Freeware: Only Free Software, Games, Tools, Utilities. Free Download Center Freeware Home New Submit Links Contact Advertise
Business| Desktop| Developer Tools| Drivers| Education| Games| Home & Personal| Internet| Multimedia| Operating Systems| Utilities
 

 


Web Development Tool

 

 CustomError  License: Shareware

 
  CustomError for IIS-- Unfortunately, setting up customized error pages in IIS usually requires something many Web developers lack -- access to and familiarity with the Web server's administrative interface. With CustomError for IIS, developers can add customized error pages simply by uploading them to a designated directory. No administrator intervention is required. Customizing error pages becomes a normal part of site design and development.

Author:
Port80 Software| Date: 01-04-2003 | Size: 535 KB
  -
 

 SuperText  License: Freeware

 
  SuperText is an enhanced ActiveX text box that includes several properties that are not included in a standard text box. This is lightweight and guaranteed to save you time in your development projects.

Author:
Rob Wells| Date: 01-06-2001 | Size: 200 KB
  -
 

 DB3NF - Rapid Web Application Development platform  License: Freeware

 
  DB3NF is a Rapid Web Application Development platform (RAD) designed for fast and easy creation of high performance, maintainable and scalable Web applications of virtually any kind. It also dramatically reduces development and QA time and provides a consistent look and feel throughout the application. DB3NF consists of six main parts ordered as they appear in the development process: DB3NF Administration console. It allows creating and maintaining application schema and business rules. It also provides application administration and deployment. "Schema" database. Schema database structure is fixed and the data is manipulated by the Administration Console. It defines and stores application structure, business rules and basic presentation rules. This database contains a set of deployment stored procedures. They read data from the Schema database and automatically create in the target ("Data") database a third normal form table structure with all necessary tables, primary, check and foreign key constraints, indexes and stored procedures. "Data" database. This database is created automatically and its structure depends on the application schema. Stored procedures are created automatically by the "Schema" database procedures. No development work is required to create and modify them when application schema changes. DB3NF component "talks" to the "Data" database exclusively through these optimized stored procedures, which provides for high performance of the DB3NF platform. DB3NF component. The component is completely generic and integrates seamlessly with both databases. No design work is required after application schema is created and deployed. DB3NF automatically "learns" application schema and rules when application starts. The component employs various caching techniques and is extremely fast and efficient. The ASP code in DB3NF is very simple and straightforward. It is easy to write and maintain.

Author:
Nick Simonov| Date: 25-02-2002 | Size: 1581 KB
  -
 

 CS-CVS  License: Freeware

 
  CS-CVS is a CVS client for Windows aimed at both the professional as well as the novice user. With CS-CVS, the complicated setup and resource demanding maintenance of classical CVS clients is virtually gone. CS-CVS is supplied as an add-on to CS-RCS Pro, ComponentSoftware's version control and configuration management solution for software development projects. This solution may be used by Open-Source developers completely free of charge. Main features of the CS-CVS client include integrated visual file comparison, powerful search features, support for milestones and change workflow, built-in support for MS-Word and MS-Excel documents, including tagging, detailed reports, integration with leading development environments and much more. Please note that the installation file for this application will download and install the desired package from ComponentSoftware.

Author:
ComponentSoftware Inc.| Date: 09-12-2004 | Size: 125 KB
  -
 

 Developer's Notepad  License: Freeware

 
  Ideal for planning & reviewing projects.Create notes with hot links to source code. Selecting the link will automatically open source code to the exact point. Requires Visual Studio 97.

Author:
Reliable Software| Date: 05-01-2001 | Size: 164 KB
  -
 

 CoffeeCup Free Icon Studio  License: Freeware

 
  Want to change the dull icons on your desktop? Or maybe you are a developer that needs a better icon editor that comes with your development tools? Icon studio can help you create icons for multiple sizes and color depths. Some features include flip, rotate, import from EXE or DLL, and transparency. Don’t be fooled by how easy this program is to use, as it is more versatile then most icon editors out there.

Author:
CoffeeCup Software, Inc.| Date: 08-08-2003 | Size: 2641 KB
  -
 

 MoleZip  License: Freeware

 
  MoleZip is a freeware COM/ActiveX component providing software developer with following functions: - create zip archive; - add files to zip archive; - extract files from archive. MoleZip can be used in any development environment supporting MicroSoft COM technology, including MSVC, Visual Basic, Borland Delphi, VBScript and JavaScript languages.

Author:
MoleStudio.com| Date: 22-06-2004 | Size: 57 KB
  -
 

 pdTaskbar  License: Freeware

 
  pdSoftware's pdTaskbar control allows you to easily add icons to the Windows taskbar it's icontray from your programs within just seconds. Virtual mouse-events have been added for even easier development! Make your applications support adding icons to the Windows taskbar with just a few clicks, without programming, while keeping all of the programmable flexibility and options you might want.

Author:
pdSoftware.biz| Date: 14-10-2004 | Size: 61 KB
  -
 

 Web-Host-Uploader  License: Freeware

 
  Web-Host-Uploader is a simple FTP tool which uploads local website changes to a web host with a single click replacing the need to manually upload with an FTP client. For webmasters who create and maintain websites locally this little application saves time and tedium while reducing errors. To use, simply create an .upload task file in the root folder (an ini-style text document with an .upload extension). Henceforth, whenever changes are made to the website documents, just double-click the .upload task file to upload all changes to the web host. Once Web-Host-Uploader is implemented, updating your website becomes quick, easy and error-free. This is one of those web-development tools which immediately induces a "why didn't I think of that" epiphany. Web-Host-Uploader is a single, tiny, self-installing executable with no ad/spy-ware or DLL dependencies. It is part of the growing collection of freeware web tools available from http://notepad.com.

Author:
Notepad Web Design| Date: 11-08-2004 | Size: 280 KB
  -
 

 CSE HTML Validator Lite  License: Freeware

 
  CSE HTML Validator Lite is a fast, easy to use, and free HTML development tool for Microsoft Windows that helps you create syntactically correct HTML and XHTML documents. Try it and you'll be surprised how many problems may exist in your web documents!

Author:
AI INTERNET SOLUTIONS| Date: 09-10-2002 | Size: 2747 KB
  -
 

 Janino  License: Freeware

 
  Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, such as expression evaluators or "server pages" engines like JSP. Properties The major design goal was to keep the compiler small and simple, while partially sacrificing completeness. I don't like the idea of carrying around huge libraries for simple applications. See Parser for the list of implemented and missing language features. When do you need an efficient expression evaluator? Say you build an e-commerce system, which computes the shipping cost for the items that the user put into his/her shopping cart. Because you don't know the merchant's shipping cost model at implementation time, you could implement a set of shipping cost models that come to mind (flat charge, by weight, by number of items, ...) and select one of those at run-time. In practice, you will most certainly find that the shipping cost models you implemented will rarely match what the merchant wants, so you must add custom models, which are merchant-specific. If the merchant's model changes later, you must change your code, re-compile and re-distribute your software. Because this is so unflexible, the shipping cost expression should be specified at run-time, not at compile-time. This implies that the expression must be scanned, parsed and evaluated at run-time, which is why you need an expression evaluator. A simple expression evaluator would parse an expression and create a "syntax tree". The expression "a + b * c", for example, would compile into a "Sum" object who's first operand is parameter "a" and who's second operand is a "Product" object who's operands are parameters "b" and "c". Such a syntax tree can evaluated relatively quickly. However, the run-time performance is about a factor of 100 worse than that of native Java code.

Author:
Arno Unkrig| Date: 09-11-2002 | Size: 104 KB
  -
 

 LTF-Cimulator  License: Freeware

 
  LTF-Cimulator is a software for easy simulation and development of LTF-C neural networks. You can train and test a network, save it in a readable text format or perform cross-validation. Training parameters can be chosen automatically by LTF-Cimulator. Exemplary datasets are included, which will help you become more familiar with the program.

Author:
Marcin Wojnarski| Date: 15-12-2002 | Size: 1066 KB
  -
 

 TurboVBLite  License: Freeware

 
  TurboVBLite is a feature packed freeware tool for VB6 - a major enhancement to its IDE. It has over 15 add-ins that will provide you with real productivity gains. To give you an idea of the benefits of TurboVBLite some of the add-ins are described below: - Procedure Builder Build templates complete with header & error handler. Auto Declare Type the variable name, click on the toolbar icon - code to declare variable is added to the procedure Property Builder Quickly create new properties. Word Complete Associate a small string with a whole procedure - later you can automatically transform the small string into that code List My Callers Lists the callers of a procedure - even in another project. Just imagine having all that saving YOU time! TurboVBLite has free support & updates.

Author:
Turbo Developer Ltd| Date: 30-10-2004 | Size: 1812 KB
  -
 

 Easy Base  License: Freeware

 
  Easy Base is the ultimate development in DOS data management. The interface is simple enough for a complete novice to get started in data programming yet the query language and function library provide all the power required by professional developers. Visit our web site for a full description of Easy Base features.

Author:
Easy Software Ltd| Date: 26-12-2003 | Size: 1138 KB
  -
 

 ManageXPS  License: Freeware

 
  It is a opensource software(GPL). Software is windows application written in VB6.0 The modules which will be incorporated in MANAGE XPS are: * A-O-N genration * Gantt chart genration. * Critical path and various float calculation. * Resource profile genration. * Resource leveling through simulation. * Resource allocation based on various priority rules. * Project crashing under development. * Other financial modules under development Half of the work is already cmpleted and is available at http://industrialonline.net/schedule.htm http://sourceforge.net/projects/pmanage/

Author:
industrialonline| Date: 10-07-2004 | Size: 140 KB
  -
 

 xCRM  License: Freeware

 
  Free Lotus Notes/Domino CRM database. Companies, Contacts, Communication, other documents. Marketing Management, Mailing Lists, Document Management, Contracts, Invoices, Project Management. MS Office Integration. Possible additional development/adaptation. No time limits, no license fees. More information and your comments: [email protected].

Author:
centuria| Date: 19-11-2004 | Size: 5703 KB
  -
 

 Reel Fruity Trivia  License: Freeware

 
  Play this Multiple Choice Trivia Game (Over 1,500 questions) to earn credits which can be used to play the fruit (slot) machine. Complete with holds, nudges, feature wins and more. Tons of fun in one program. Skinable - i.e. you can change the graphics and sounds. FREE! Sponsored by Offshore Software Development book. Source Code Available

Author:
development manager| Date: 26-12-2003 | Size: 4607 KB
  -
 

 HTML-Kit  License: Freeware

 
  HTML-Kit is a full-featured editor and an integrated development environment designed to help HTML, XHTML, XML and script authors to edit, format, lookup help, validate, preview and publish web pages. Newcomers to web page development can benefit from letting it point out errors and provide suggestions on how to create standards compliant pages. Experts can save time spent on common tasks using the highly customizable and extensible editor while maintaining full control over multiple file types including HTML, XHTML, XML, CSS, XSL, JavaScript, VBScript, ASP, PHP, JSP, Perl, Python, Ruby, Java, VB, C/C++, C#, Delphi / Pascal, Lisp, SQL, and more.

Author:
Chami.com| Date: 07-11-2004 | Size: 2385 KB
  -
 

 JavaScript NoRightClick Msg Box Ver  License: Freeware

 
  This script will disable users to open the pop-up menu by click right-button of the mouse on the web browser so users can't view your web page's source code through this way. The config tool will add and remove this script to all your web pages automatically. You don't need to edit the pages one by one.

Author:
Allan Wang| Date: 20-09-2003 | Size: 440 KB
  -
 

 lingo script editor  License: Freeware

 
  hi, i´m current program on an external script editor for lingo. please help me to test this program and give me a feedback in the forum. lingo scriptEditor is an external authoring tool for lingo object orientated program. it provides a professional script-environment in use with macromedia director. beta versions will be updated every 2-3 days until the final version releases. (planned for: october 2003) the beta-versions of lingo scriptEditor are for FREE. there you can download a copy: http://www.creative-inspiration.net/devnet/ it has current following features: - autoformat - autocomplete - syntax hints - colorencode - member-description - property-description - clipboard-history - handlerlist - global-/property-list - variable type identification - member type identification

Author:
Roland Hemmelmayr| Date: 25-08-2003 | Size: 1257 KB
  -
 

 SDE for Sun ONE (CE) for Windows  License: Freeware

 
  Visual Paradigm SDE for Sun ONE is a UML CASE tool/plug-in tightly integrated with Sun ONE. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in Sun ONE, reverse engineer Java code to class diagrams, generate Java code and generate documentation. SDE Features: +the latest UML support (use case diagram, sequence diagram, collaboration diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram) +Use case modeling (use case description, scheduling...) +Textual analysis for identifying candidate classes, use cases, actors, flow of events... +Business Workflow diagram +CRC Card diagram +Incremental round-trip engineering +Reverse engineering - code to diagram, code to model (Java to UML models, Java to UML diagram) +Code Generation - generate code, diagram to code, model to code (UML to code, UML model to Java) +Automatic synchronization between source code and diagrams +Instant Reverse for Java, XML, XML Schema, Dot NET dll/exe, C++, CORBA IDL +Plug-in and template +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Import Rational Rose +Export/Import XMI +Export diagrams to SVG, PNG, JPG +Report generator for generating UML documentation to HTML or PDF +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Version control +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X): +SDE for Sun ONE +SDE for Oracle JDeveloper +SDE for IBM WebSphere (WSAD) +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for Eclipse +SDE for NetBeans Windows Platform: +SDE for Microsoft Visual Studio .NET +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 32964 KB
  -
 

 SDE for Visual Studio .NET (CE) for Windows  License: Freeware

 
  Visual Paradigm SDE for Visual Studio .NET is a UML CASE tool/plug-in tightly integrated with Visual Studio .NET. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in Visual Studio .NET, generate C# code, reverse engineer C# code to class diagrams and generate documentation. SDE Features: +the latest UML support (class diagram, use case diagram, sequence diagram, collaboration diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram, package diagram, object diagram) +Use case modeling (use case description, scheduling...) +Textual analysis for identifying candidate classes, use cases, actors, flow of events... +CRC Card diagram +Business Workflow diagram +Reverse engineering - code to diagram, code to model (C# to UML models, C# to UML diagram) +Instant Reverse for C#, C++, Java, XML, Dot NET dll/exe, CORBA IDL +Code Generation - diagram to code, model to code, (UML to code, UML model to C#) +Incremental round-trip engineering +Automatic synchronization between diagrams and source code +Template and plug-in +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Import/export XMI +Import Rational Rose +Export diagrams to SVG, PNG, JPG +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Report generator for generating UML documentation to PDF or HTML +Version control +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Windows Platform: +SDE for Microsoft Visual Studio .NET Java Platform (Windows/Linux/Mac OS X): +SDE for Oracle JDeveloper +SDE for IBM WebSphere (WSAD) +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for Eclipse +SDE for NetBeans +SDE for Sun ONE +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 65134 KB
  -
 

 SDE for Sun ONE (CE) for Mac OS X  License: Freeware

 
  Visual Paradigm SDE for Sun ONE is a UML CASE tool/plug-in tightly integrated with Sun ONE. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in Sun ONE, reverse engineer Java code to class diagrams, generate Java code and generate documentation. SDE Features: +the latest UML support (use case diagram, sequence diagram, collaboration diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram) +Use case modeling (use case description, scheduling...) +Textual analysis for identifying candidate classes, use cases, actors, flow of events... +Business Workflow diagram +CRC Card diagram +Incremental round-trip engineering +Reverse engineering - code to diagram, code to model (Java to UML models, Java to UML diagram) +Code Generation - generate code, diagram to code, model to code (UML to code, UML model to Java) +Automatic synchronization between source code and diagrams +Instant Reverse for Java, XML, XML Schema, Dot NET dll/exe, C++, CORBA IDL +Plug-in and template +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Import Rational Rose +Export/Import XMI +Export diagrams to SVG, PNG, JPG +Report generator for generating UML documentation to HTML or PDF +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Version control +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X): +SDE for Sun ONE +SDE for Oracle JDeveloper +SDE for IBM WebSphere (WSAD) +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for Eclipse +SDE for NetBeans Windows Platform: +SDE for Microsoft Visual Studio .NET +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 33168 KB
  -
 

 SDE for Sun ONE (CE) for Java Platform  License: Freeware

 
  Visual Paradigm SDE for Sun ONE is a UML CASE tool/plug-in tightly integrated with Sun ONE. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in Sun ONE, reverse engineer Java code to class diagrams, generate Java code and generate documentation. SDE Features: +the latest UML support (use case diagram, sequence diagram, collaboration diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram) +Use case modeling (use case description, scheduling...) +Textual analysis for identifying candidate classes, use cases, actors, flow of events... +Business Workflow diagram +CRC Card diagram +Incremental round-trip engineering +Reverse engineering - code to diagram, code to model (Java to UML models, Java to UML diagram) +Code Generation - generate code, diagram to code, model to code (UML to code, UML model to Java) +Automatic synchronization between source code and diagrams +Instant Reverse for Java, XML, XML Schema, Dot NET dll/exe, C++, CORBA IDL +Plug-in and template +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Import Rational Rose +Export/Import XMI +Export diagrams to SVG, PNG, JPG +Report generator for generating UML documentation to HTML or PDF +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Version control +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Java Platform (Mac OS X/Windows/Linux): +SDE for Sun ONE +SDE for Oracle JDeveloper +SDE for IBM WebSphere (WSAD) +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for Eclipse +SDE for NetBeans Windows Platform: +SDE for Microsoft Visual Studio .NET +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 30731 KB
  -
 

 SDE for IBM WebSphere (CE) for Windows  License: Freeware

 
  Visual Paradigm SDE for IBM WebSphere is a UML CASE tool/plug-in tightly integrated with IBM WebSphere. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in IBM WebSphere, generate Java code, reverse engineer Java code to class diagrams and generate documentation. SDE Features: +CRC Card diagram +Use case modeling (use case description, scheduling...) +Textual analysis for identifying candidate classes, use cases, actors, flow of events... +the latest UML support (use case diagram, sequence diagram, collaboration diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram, object diagram, package diagram) +Business Workflow diagram +Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram) +Instant Reverse for XML, XML Schema, Dot NET dll/exe, C++, Java, CORBA IDL +Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java) +Incremental round-trip engineering +Automatic synchronization between source code and diagrams +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Report generator for generating UML documentation to HTML or PDF +Export diagrams to SVG, PNG, JPG +Import Rational Rose +Import/export XMI +Plug-in and template +Version control +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X): +SDE for IBM WebSphere (WSAD) +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for Eclipse +SDE for NetBeans +SDE for Sun ONE Windows Platform: +SDE for Microsoft Visual Studio .NET +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 36648 KB
  -
 

 SDE for JDeveloper (CE) for Windows  License: Freeware

 
  Visual Paradigm SDE for JDeveloper is a UML CASE tool/plug-in tightly integrated with JDeveloper. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in JDeveloper, generate Java code, reverse engineer Java code to class diagrams and generate documentation. SDE Features: +the latest UML support (use case diagram, sequence diagram, collaboration diagram, object diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram) +Use case modeling (use case description, scheduling...) +Textual analysis for identifying candidate classes, use cases, actors, flow of events... +Business Workflow diagram +CRC Card diagram +Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram) +Instant Reverse for XML, XML Schema, Dot NET dll/exe, C++, CORBA IDL +Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java) +Incremental round-trip engineering +Automatic synchronization between source code and diagrams +Plug-in and template +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Import/export XMI +Import Rational Rose +Export diagrams to SVG, PNG, JPG +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Report generator for generating UML documentation to HTML or PDF +Version control +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X): +SDE for Oracle JDeveloper +SDE for IBM WebSphere (WSAD) +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for Eclipse +SDE for NetBeans +SDE for Sun ONE Windows Platform: +SDE for Microsoft Visual Studio .NET +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 29871 KB
  -
 

 SDE for JBuilder (CE) for Windows  License: Freeware

 
  Visual Paradigm SDE for JBuilder is a UML CASE tool/plug-in tightly integrated with JBuilder. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in JBuilder, generate Java code, reverse engineer Java code to class diagrams and generate documentation. SDE Features: +the latest UML support (use case diagram, sequence diagram, collaboration diagram, class diagram, object diagram, package diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram) +Use case modeling (use case scheduling, description...) +Textual analysis for identifying candidate use cases, actors, flow of events, classes... +Business Workflow diagram +CRC Card diagram +Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram) +Instant Reverse for C++, Java, XML, Dot NET dll/exe, CORBA IDL +Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java) +Incremental round-trip engineering +Automatic synchronization between source code and diagrams +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Export XMI/ImportXMI +Export diagrams to SVG, PNG, JPG +Import Rational Rose +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Report generator for generating UML documentation to HTML or PDF +Plug-in and template +Version control +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X): +SDE for Borland JBuilder +SDE for IBM WebSphere (WSAD) +SDE for IntelliJ IDEA +SDE for Eclipse +SDE for NetBeans +SDE for Oracle JDeveloper +SDE for Sun ONE Windows Platform: +SDE for Microsoft Visual Studio .NET +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 33205 KB
  -
 

 SDE for NetBeans (CE) for Windows  License: Freeware

 
  Visual Paradigm SDE for NetBeans is a UML CASE tool/plug-in tightly integrated with NetBeans. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in NetBeans, generate Java code, reverse engineer Java code to class diagrams and generate documentation. SDE Features: +the latest UML support (class diagram, object diagram, package diagram, use case diagram, sequence diagram, collaboration diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram) +Use case modeling (use case description, scheduling...) +Textual analysis for identifying candidate classes, use cases, actors, flow of events... +Business Workflow diagram +CRC Card diagram +Incremental round-trip engineering +Automatic synchronization between source code and diagrams +Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram) +Instant Reverse for XML, XML Schema, CORBA IDL, Dot NET dll/exe, Java, C++ +Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java) +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Import Rational Rose +Import/export XMI +Export diagrams to SVG, PNG, JPG +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Report generator for generating UML documentation to HTML or PDF +Version control +Template and plug-in +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X): +SDE for NetBeans +SDE for IBM WebSphere (WSAD) +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for Oracle JDeveloper +SDE for Eclipse +SDE for Sun ONE Windows Platform: +SDE for Microsoft Visual Studio .NET +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 33662 KB
  -
 

 SDE for IBM WebSphere (CE) for Mac OS X  License: Freeware

 
  Visual Paradigm SDE for IBM WebSphere is a UML CASE tool/plug-in tightly integrated with IBM WebSphere. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in IBM WebSphere, generate Java code, reverse engineer Java code to class diagrams and generate documentation. SDE Features: +CRC Card diagram +Use case modeling (use case description, scheduling...) +Textual analysis for identifying candidate classes, use cases, actors, flow of events... +the latest UML support (use case diagram, sequence diagram, collaboration diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram, object diagram, package diagram) +Business Workflow diagram +Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram) +Instant Reverse for XML, XML Schema, Dot NET dll/exe, C++, Java, CORBA IDL +Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java) +Incremental round-trip engineering +Automatic synchronization between source code and diagrams +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Report generator for generating UML documentation to HTML or PDF +Export diagrams to SVG, PNG, JPG +Import Rational Rose +Import/export XMI +Plug-in and template +Version control +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X): +SDE for IBM WebSphere (WSAD) +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for Eclipse +SDE for NetBeans +SDE for Sun ONE Windows Platform: +SDE for Microsoft Visual Studio .NET +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 36648 KB
  -
 

 SDE for JDeveloper (CE) for Mac OS X  License: Freeware

 
  Visual Paradigm SDE for JDeveloper is a UML CASE tool/plug-in tightly integrated with JDeveloper. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in JDeveloper, generate Java code, reverse engineer Java code to class diagrams and generate documentation. SDE Features: +the latest UML support (use case diagram, sequence diagram, collaboration diagram, object diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram) +Use case modeling (use case description, scheduling...) +Textual analysis for identifying candidate classes, use cases, actors, flow of events... +Business Workflow diagram +CRC Card diagram +Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram) +Instant Reverse for XML, XML Schema, Dot NET dll/exe, C++, CORBA IDL +Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java) +Incremental round-trip engineering +Automatic synchronization between source code and diagrams +Plug-in and template +Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles +Import/export XMI +Import Rational Rose +Export diagrams to SVG, PNG, JPG +Microsoft Visio Integration - draw UML diagrams with MS Visio shapes +Report generator for generating UML documentation to HTML or PDF +Version control +Multilingual support +More... Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X): +SDE for Oracle JDeveloper +SDE for IBM WebSphere (WSAD) +SDE for Borland JBuilder +SDE for IntelliJ IDEA +SDE for Eclipse +SDE for NetBeans +SDE for Sun ONE Windows Platform: +SDE for Microsoft Visual Studio .NET +More SDE...

Author:
Visual Paradigm| Date: 0-71-2004 | Size: 30076 KB
  -

| 1 | 2 | 3 | 4 | 5 |

 

 
Sponsored Shareware

Universal Explorer
Powerful
windows explorer file manager and viewer.

File Manager - Windows Explorer Replacement

Disk Size Manager
Analyses hard disk space and collects statistics.

Powerful Disk Space Manager

Web Data Extractor
Email marketing software to extract specific contact.


Web Data Extractor

BackStreet Browser
Powerful Offline Browser - Download Entire Website.

Offline Browser

ListMotor
Email List Manager, operates with email stored in simple text files or csv files.

Email List Manager

 

www.DirFile.Com - Freeware Software Download

Ads: Webmaster Tool - Download Junction - Rafasys ElecDir - Direct Email - HealthInfo - Web Spider