Main > Free Download Search >

directx support for wine 2005 06 13 business / commercial software for linux

directx support for wine 2005 06 13

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 105
JDataGrid Spreadsheet Edition for Linux 2.2.6

JDataGrid Spreadsheet Edition for Linux 2.2.6


Implement a data grid with cell management features in your project more>> JDataGrid Spreadsheet Edition provides a Java data grid component, a Java spreadsheet style table, support some features such as row header, cell attributes, cell merge and split, undo and redo, find and replace, spell check, file input and export, print and print preview, 100 formulas, 20 different shapes and text, image node , pie chart, bar chart, line chart.
main feature:
JDataGrid Spreadsheet Edition mainly used in the desk program and web browser program,directly embedded into the code source.
Freeze Window
A number of Working Table
Fill Data
Excel Formula
Print and Print Preview
Cell Sorting
File Input and Export (xls, xml, csv, html, txt) New!
Cell Attributes New!
100+ Formula, 20+ Shape, 3 Chart
Undo and Redo, Find and Replace, Spell Check
Royalty free distribution
JDataGrid Spreadsheet Edition can provide development component for individuals, companies, School or Academic groups and other organizations, help developers speed up the development process, enhance efficiency.
<<less
Download (2.52MB)
Added: 2009-04-13 License: Commercial Price: $69.00
193 downloads
Corporate Mail Manager for Linux 1.3.1

Corporate Mail Manager for Linux 1.3.1


All outgoing e-mails of a company can be provided automatically with content like messages, product notes or current enterprise news. more>>

Corporate Mail Manager (CMM) enables the central distribution of commercial company communication via daily e-mail traffic. All outgoing e-mails of a company can be provided automatically with content like messages, product notes or current enterprise news. That?s signature marketing through the use of Corporate Mail Manager.
Key Features:
- Domain administration
- Campaign administration
- Replace keywords in outgoing e-mail with defined slogans
- Attach automatically slogans to each outgoing e-Mail
- Deliver e-mails without smart host
- supports HTML and text e-mails
- Edit advertising message with integrated WYSIWG HTML editor (NEW)
- Upload your images into the integrated media database (NEW)
- CMM server integrates images automatically in outgoing e-mails (NEW)
- User administration (Admin / User)
- Logging
- Statistics over delivered /modified e-mails
- SMTP configuration
- CMM server configuration

Requirements: P III 800 Mhz, 128 MB RAM, 150 MB disk space

Whats new in this version: * Integrated WYSIWYG HTML Editor * Media database for image support in outgoing e-mails.

<<less
Download (50.30MB)
Added: 2009-04-21 License: Commercial Price:
185 downloads
Visual Paradigm for UML (ME) for Linux 6.1

Visual Paradigm for UML (ME) for Linux 6.1


UML CASE tool - UML diagrams, use case modeling, reverse engineering and more... more>> Visual Paradigm for UML is a professional UML tool that supports complete software lifecycle - object-oriented analysis, object-oriented design, construction, testing and deployment. The UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all types of class diagrams, reverse code, generate code from diagrams and generate documentation. The UML CASE tool also provides abundant UML tutorials, UML interactive demonstrations and UML projects.
Feature List:
+Support UML version 2.1
+Business Workflow diagram
+Bookmark (New Feature)
+Handi-Selection (New Feature)
+Command-line operations (New Feature)
+User Interface Designer (Enhanced)
+Java Roundtrip engineering
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL, XML Schema and Python (Enhanced)
+Code Generation - model to code, diagram to code
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems
+EJB Code Generation
+Data flow diagram
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD
+Modeling collaboratively with VP Teamwork Server, CVS and Subversion (Enhanced)
+Report generator for generating documentation
+Automatic diagram layout
+Import/export XMI file
+Import Telelogic Rhapsody Project File (New Feature)
+Support Stored Procedure and Database Trigger (New Feature)
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+Shape editor
+More...
Other UML modeling Tools/UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
+SDE for Oracle JDeveloper
+SDE for JBuilder
+SDE for IntelliJ IDEA
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
<<less
Download (114.27MB)
Added: 2009-04-29 License: Commercial Price: $99.00
179 downloads
JNIWrapper for Solaris (x64/x86) Std. 3.7.2

JNIWrapper for Solaris (x64/x86) Std. 3.7.2


JNIWrapper eliminates difficulties in working with native code from Java programs using a standard JNI approach. With JNIWrapper, there is no need to create native libraries to call a function of the operating system API or a function from a library. more>>

JNIWrapper for Solaris (x64/x86) Std. 3.7.2 is such a useful tool which is designed to help users with accessing to native libraries and components from Java code without using JNI.

With JNIWrapper, there is no need for you to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write your code in Java language only, and JNIWrapper does the rest.

JNIWrapper advantages:

  1. Minimum behind-the-scene operation. Developers can always see what is happening when working with the native-side data.
  2. High performance. JNIWrapper has been specially tuned for performance, especially in cases where large amounts of data are involved in the interactions.
  3. Automatic resource management. All resources allocated by JNIWrapper components are released automatically when no longer required.
  4. Comprehensive support for native function invocation. JNIWrapper supports both stdcall and cdecl calling conventions and all complex C types including structures and unions. Along with WinPack, a free addition to JNIWrapper, there is no need to learn the native Windows API to use it.
  5. WinPack library abilities:
    • Access to Windows Registry;
    • Windows Decoration;
    • Tray icon for Java application.

Major Features:

  1. High Performance
    JNIWrapper is capable of handling any large amount of data involved in interactions between the Java and native code, requiring no tuning on your side.
  2. Automatic Memory Management
    All resources allocated by JNIWrapper are released automatically when no longer needed. You can treat JNIWrapper variables as usual Java objects that can be picked up by the Java garbage collector. Besides, JNIWrapper objects are safe with regard to finalizers: all resources are guaranteed to be available during finalization.
  3. Native Function Invocation
    JNIWrapper supports both stdcall and cdecl calling conventions and multiple C/C++ data types including structures, unions, and pointers. Callbacks are fully supported with any parameter and return types and both calling conventions.
  4. Extensible Architecture
    You can implement new data types or customize existing ones, taking full control over the parameter behavior.
  5. Code Generation Wizard
    Using the Code Generator wizard bundled with JNIWrapper, you can generate Java wrappers for a required set of C types, including structures, unions, and callbacks.
  6. Catching Native Errors
    When you call a native function, JNIWrapper makes all native errors ready for debugging on the Java side, putting program execution fully under your control.
  7. Custom Search Mechanism
    Apart from a default mechanism to find and load a native library, JNIWrapper provides a way to customize it. Besides, it makes it possible to load native libraries from JAR files.
  8. Thread-safe Concurrent Function Invocation
    You can perform all native function calls simultaneously from different Java threads without the need of synchronizing them, just as if invoking simple Java methods.

Enhancements: Not Established

Requirements: JSDK/JRE 1.3.x, 1.4.x and 1.5.x

WareSeeker Editor

<<less
Download (1.38MB)
Added: 2009-04-09 License: Commercial Price: $275
197 downloads
Avira AntiVir for Linux File Server 2.1.11-21

Avira AntiVir for Linux File Server 2.1.11-21


Strong real-time protection against viruses on Linux file servers. more>> Avira AntiVir for Linux Server is a VB100 award-winning antivirus solution for Linux file servers with a real-time scanner and multifunctional performance features, designed to ensure complete protection against viruses and unwanted network programs.
Benefits:
- On-access/on close virus protection, employing the Dazuko kernel module on Linux platforms
- Solid antivirus technologies: multi-platform, VB100% certified scan engine
- Multi instance scanning for multi-user working mode
- Extensive Malware Recognition: aside from viruses, Trojans, backdoor programs, worms, etc., it detects Adware & Spyware, double extension files and unusual runtime compression tools;
- Low usage of computer resources: high scanning speed;
- Graphical administration tool;
- File caching system, which prevents scanning redundancy;
- Automatic internet updates for a permanent protection;
- In-depth recursive scanning inside archives, optimizing the process speed
- Professional services: the AVIRA license entitles you to virus definitions updates and product upgrades, access to documentation, as well as standard technical support, offered by a team of skilled professionals.
Limitations:The Installation Kit comes fully featured but update service (FUSE) is disabled.
To enable updates you may automatically request an evaluation key for a 30-days period
<<less
Download (43.04MB)
Added: 2009-04-15 License: Commercial Price: $399
195 downloads
Visual Paradigm for UML (LE) [Linux] 6.0

Visual Paradigm for UML (LE) [Linux] 6.0


Visual Paradigm for UML is an easy-to-use UML tool that supports reverse engineering, code generation, import Rational Rose, export/import XMI, report generator, shape editor, etc. more>>

Visual Paradigm for UML is a professional UML tool that supports complete software lifecycle - object-oriented analysis, object-oriented design, construction, testing and deployment. The UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all types of class diagrams, reverse code, generate code from diagrams and generate documentation. The UML CASE tool also provides abundant UML tutorials, UML interactive demonstrations and UML projects.
Feature List:
+Support UML version 2.1
+Business Workflow diagram - Process, Decision, Business Actor, Document
+Modeling collaboratively with CVS and Subversion (New Feature)
+Interoperability with UML2 model (UML2.x metamodel for eclipse platform) through XMI (New Feature)
+Roundtrip engineering
+Reverse engineering - code to model, code to diagram
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL
+Code Generation - model to code, diagram to code
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems.
+EJB Code Generation and Deployment - Generate beans for your application development and deployment.
+Data flow diagram
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD
+Report generator for generating documentation
+Automatic diagram layout - rearrange shapes and connectors in UML diagrams
+Import/export XMI file
+Visio Integration - draw UML diagrams with Visio stencils
+Shape editor
+More...
Other UML modeling Tools/UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
+SDE for Oracle JDeveloper
+SDE for JBuilder
+SDE for IntelliJ IDEA
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...

<<less
Download (114.17MB)
Added: 2009-04-20 License: Commercial Price: $59
192 downloads
JNIWrapper for Solaris (ultraSPARC) Std. 3.7.2

JNIWrapper for Solaris (ultraSPARC) Std. 3.7.2


JNIWrapper eliminates difficulties in working with native code from Java programs using a standard JNI approach. With JNIWrapper, there is no need to create native libraries to call a function of the operating system API or a function from a library. more>>

JNIWrapper for Solaris (ultraSPARC) Std. 3.7.2 is such a useful tool which is designed to help users with accessing to native libraries and components from Java code without using JNI.

With JNIWrapper, there is no need for you to create native code libraries to call a function of the operating system API or a function from any dynamic library. You write your code in Java language only, and JNIWrapper does the rest.

JNIWrapper advantages:

  1. Minimum behind-the-scene operation. Developers can always see what is happening when working with the native-side data.
  2. High performance. JNIWrapper has been specially tuned for performance, especially in cases where large amounts of data are involved in the interactions.
  3. Automatic resource management. All resources allocated by JNIWrapper components are released automatically when no longer required.
  4. Comprehensive support for native function invocation. JNIWrapper supports both stdcall and cdecl calling conventions and all complex C types including structures and unions. Along with WinPack, a free addition to JNIWrapper, there is no need to learn the native Windows API to use it.
  5. WinPack library abilities:
    • Access to Windows Registry;
    • Windows Decoration;
    • Tray icon for Java application.

Major Features:

  1. High Performance
    JNIWrapper is capable of handling any large amount of data involved in interactions between the Java and native code, requiring no tuning on your side.
  2. Automatic Memory Management
    All resources allocated by JNIWrapper are released automatically when no longer needed. You can treat JNIWrapper variables as usual Java objects that can be picked up by the Java garbage collector. Besides, JNIWrapper objects are safe with regard to finalizers: all resources are guaranteed to be available during finalization.
  3. Native Function Invocation
    JNIWrapper supports both stdcall and cdecl calling conventions and multiple C/C++ data types including structures, unions, and pointers. Callbacks are fully supported with any parameter and return types and both calling conventions.
  4. Extensible Architecture
    You can implement new data types or customize existing ones, taking full control over the parameter behavior.
  5. Code Generation Wizard
    Using the Code Generator wizard bundled with JNIWrapper, you can generate Java wrappers for a required set of C types, including structures, unions, and callbacks.
  6. Catching Native Errors
    When you call a native function, JNIWrapper makes all native errors ready for debugging on the Java side, putting program execution fully under your control.
  7. Custom Search Mechanism
    Apart from a default mechanism to find and load a native library, JNIWrapper provides a way to customize it. Besides, it makes it possible to load native libraries from JAR files.
  8. Thread-safe Concurrent Function Invocation
    You can perform all native function calls simultaneously from different Java threads without the need of synchronizing them, just as if invoking simple Java methods.

Enhancements: Not Established

Requirements: JSDK/JRE 1.3.x, 1.4.x and 1.5.x

WareSeeker Editor

<<less
Download (1.39MB)
Added: 2009-04-10 License: Commercial Price: $1723
198 downloads
JDataGrid Database Edition for Linux 2.6.0

JDataGrid Database Edition for Linux 2.6.0


Sort, print, preview, and export file with ResultSet and RowSet more>> JDataGrid Database Edition provides a Java data grid component for database, support ResultSet and RowSet, column sorting, print and print preview and export file for multiple format and more.<<less
Download (1.47MB)
Added: 2009-04-27 License: Commercial Price: $49
179 downloads
 
Other version of JDataGrid Database Edition for Linux
JDataGrid Database Edition for Linux 2.2.6Java data grid component for database, support ResultSet and RowSet, column sorting, print ... Insert, delete, update recorder Updatable Scrollable and Pageable Column Sorting Support
Price: $49.00
License:Commercial
Download (1.46MB)
193 downloads
Added: 2009-04-13
Visual Paradigm for UML (PE) for Linux 6.2

Visual Paradigm for UML (PE) for Linux 6.2


UML CASE tool - UML diagrams, use case modeling, reverse engineering and more... more>> Visual Paradigm for UML is a professional UML tool that supports complete software lifecycle - object-oriented analysis, object-oriented design, construction, testing and deployment. The UML modeling software helps you build quality applications faster, better and at lower cost. You can draw all types of class diagrams, reverse code, generate code from diagrams and generate documentation. The UML CASE tool also provides abundant UML tutorials, UML interactive demonstrations and UML projects.
Feature List:
+Support UML version 2.1
+Business Workflow diagram
+Mind Mapping Diagram (New Feature)
+Requirement Modeling (Enhanced)
+Callout and Freehand shape (New Feature)
+Nicknamer - create translated copies of model (New Feature)
+Model Transitor (New Feature)
+User Interface Designer
+Java Roundtrip engineering
+Reverse engineering Java, C++, XML Schema, XML, .NET exe/dll, CORBA IDL, XML Schema and Python
+Code Generation - model to code, diagram to code
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems
+EJB Code Generation
+Data flow diagram
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD (Enhanced)
+Modeling collaboratively with VP Teamwork Server, CVS, Subversion and Perforce (New Feature)
+Report generator for generating documentation (Enhanced)
+Automatic diagram layout
+Import/export XMI file
+Support Stored Procedure and Database Trigger
+Export diagrams to JPG, PNG, SVG, EMF, PDF
+Shape editor
+More...
Other UML modeling Tools/UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for NetBeans
+SDE for Sun ONE
+SDE for Oracle JDeveloper
+SDE for JBuilder
+SDE for IntelliJ IDEA
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
<<less
Download (114.27MB)
Added: 2009-04-19 License: Commercial Price: $699.00
189 downloads
Web+ Commercial Edition for Linux/Unix 5.0

Web+ Commercial Edition for Linux/Unix 5.0


Web+ is a powerful & comprehensive development language & web application server more>> talentsofts Web+ is a powerful and comprehensive development language for use in creating web-based client/server applications without writing complicated, low-level and time-consuming CGI programs. Web+ applications are written in Web+ Markup Language (WML), a scripting language based on the Basic programming language and HTML. Familiarity with Basic and HTML enables programmers to quickly learn Web+ and begin writing Web+ applications. Web+ enables rapid and easy creation of highly functional web pages that integrate with databases, file systems, e-mail, Java applets, legacy applications, executable programs (EXEs), dynamic-link libraries (DLLs) and shared objects (SOs) on many different operating systems. Web+ also communicates with any TCP/IP applications and simplifies database integration so that dynamic and interactive web pages can be designed quickly and easily. Key features include cross-platform use on Windows, Unix, Linux, Solaris and FreeBSD, ODBC database support, Java, email and COM/DCOM integration, secure online transactions, custom tags, encryption, application integration, and easy to learn, basic-like scripting. With so many middleware products on the market, it is difficult to tell the difference between them. Compare Web+ head-to-head with the other products out there such as Cold Fusion in the areas of price, speed, and function! Web+ Commercial Edition allows for unlimited connections.<<less
Download (2.90MB)
Added: 2009-04-01 License: Commercial Price: $995
205 downloads
Avira AntiVir WebGate (for Linux proxy) 1.3.0-12

Avira AntiVir WebGate (for Linux proxy) 1.3.0-12


Avira Antivirus for WebGate scans all HTTP and FTP incoming and outgoing traffic more>> Avira AntiVir UNIX WebGate is a dedicated security solution, that acts as a web proxy, scanning the entire HTTP and FTP traffic, and keeping you protected from malware and unwanted programs. Benefits:
- Innovative AHeAD (Advanced Heuristic Analysis and Detection) technology for the detection of unknown or rapidly changing attackers for proactive security.
- Real-time monitoring of the data traffic through the integrated on-access scanner.
- Monitoring of HTTP and FTP over HTTP connections.
- Full support of the FTP protocol in all network configurations.
- Support of the ICAP (Internet Content Adaptation Protocol) interface.
- Controlled access control based on client IP address or destination port.
- Dynamic prevention of time-outs when downloading large files.
- Configurable scanning of all common archive formats with adjustable recursion depth.
- Automatic shut-down of inactive connections.
- Quarantine management for secure isolation of infected and suspicious files.
- Low-cost combination with Avira AntiVir MailGate for complete protection of the electronic communication routes in the company.
- Extremely small, bandwidth-saving updates of virus definitions through incremental VDF update. - Fast, seamless protection through updates without system interruption.
- Remote configuration and administration via graphical interface.
- Adaptable templates for generation of alert websites and email notifications.
- Cost-saving management via the Avira Security Management Center. Limitations:The Installation Kit comes fully featured but update service (FUSE) is disabled.
<<less
Download (47.22MB)
Added: 2009-04-27 License: Commercial Price: $299
193 downloads
Web+ Professional Edition for Unix/Linux 5.0

Web+ Professional Edition for Unix/Linux 5.0


Web+ is a powerful & comprehensive development language & web application server more>> talentsofts Web+ is a powerful and comprehensive development language for use in creating web-based client/server applications without writing complicated, low-level and time-consuming CGI programs. Web+ applications are written in Web+ Markup Language (WML), a scripting language based on the Basic programming language and HTML. Familiarity with Basic and HTML enables programmers to quickly learn Web+ and begin writing Web+ applications. Web+ enables rapid and easy creation of highly functional web pages that integrate with databases, file systems, e-mail, Java applets, legacy applications, executable programs (EXEs), dynamic-link libraries (DLLs) and shared objects (SOs) on many different operating systems. Web+ also communicates with any TCP/IP applications and simplifies database integration so that dynamic and interactive web pages can be designed quickly and easily. Key features include cross-platform use on Windows, Unix, Linux, Solaris and FreeBSD, ODBC database support, Java, email and COM/DCOM integration, secure online transactions, custom tags, encryption, application integration, and easy to learn, basic-like scripting. With so many middleware products on the market, it is difficult to tell the difference between them. Compare Web+ head-to-head with the other products out there such as Cold Fusion in the areas of price, speed, and function! Web+ Professional Edition allows for 25 concurrent connections.<<less
Download (2.90MB)
Added: 2009-04-06 License: Commercial Price: $495
200 downloads
Dictionary 1.0

Dictionary 1.0


Every site needs a dictionary... more>> This is a great way to get repeat visitors!If the subject matter of your site contains words or phrases which are unique to your industry, why not place a searchable dictionary on your site?Upload a text file with your words and definitions along with the script and soon youll have a searchable dictionary.There is a feature to allow clickable links to other terms within the dictionary which are displayed with the definitions.This is great for music sites, which have their own unique Latin, French, and German terms, as well as medical sites, mechanical sites, and much more!Registered Version comes with support and unlimited updates.<<less
Download (3KB)
Added: 2009-04-14 License: Commercial Price: $7.95
201 downloads
Movitos USB Linux 2.0

Movitos USB Linux 2.0


Movitos, is a new USB and CD live Linux distribution for desktop users. more>>
Movitos, is a new USB and CD live Linux distribution for desktop users. Movitos USB Linux runs entirely from USB or CD drive. No installation required. Carry your desktop with you, wherever you go!
Movitos makes it possible to carry your entire desktop and files around in your pocket. Movitos runs from USB sticks, iPods and many MP3 players, and pocket mini-harddrives. No installation required. Just plug in the USB stick or player, and startup the computer. Its that simple. If you can use Windows you can use Movitos.
Focusing on desktop usage, and making it easy for Windows users to try Linux. Movitos includes all the tools you need daily for checking your email, browsing the web, writing documents, doing calculations, and planning your time, as well as listening to music, watching movies and playing games. Tutorials for Linux newbies, and support are planned. Movitos is multi-lingual (English, French, German, sofar).
Main features:
- Runs entirely from USB or CD drive
- No installation required
- Completely mobile operating system, applications, and personal data in your pocket
- Familiar desktop for Windows users
- Desktop help files, especially for people new to Linux
- Support forums and email support
- Includes all the tools you need daily for:
- Checking your email
- Browsing the web
- Writing documents
- Managing your time schedules
- Doing calculations
- Listening to music
- Watching movies
- Playing games
- Free community version available on CD
- Automatically generated desktop icons displaying your various harddrives, CD/DVD drives, and USB sticks
Featured applications:
- OpenOffice.org. Can open Microsoft Office documents.
- Firefox web browser
- Thunderbird Email, RSS and news client
- Kaffeine Media Player for music, videos
- K3B CD/DVD burner and CD ripper
- Kopete messaging and chat program for AOL Instant Messenger, MSN, IRC, Yahoo and others
- Kate the advanced text editor with syntax highlighting, full text search, and built-in console
- Kolourpaint paint program - simple to use yet with multiple undo and other extras
- XFE and emelfm file managers
- And a lot more.
<<less
Download (478MB)
Added: 2005-12-08 License: Other/Proprietary License Price: $19
1417 downloads
SDE for IntelliJ IDEA (ME) for Linux 4.0

SDE for IntelliJ IDEA (ME) for Linux 4.0


SDE for IntelliJ IDEA is a UML modeling tool tightly integrated with IntelliJ IDEA. SDE-IJ supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with C more>>

Visual Paradigm SDE for IntelliJ IDEA is a UML CASE tool/plug-in tightly integrated with IntelliJ IDEA. This UML modeling software supports full software lifecycle - analysis, design, implementation, testing and deployment. This UML CASE tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in IntelliJ IDEA, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-IJ Features:
+Support UML version 2.1
+Business Workflow diagram
+Modeling collaboratively with CVS and Subversion (New Feature)
+Support UML2 model through XMI (New Feature)
+Shape editor
+Data flow diagram
+Fast project loading and saving speed
+Use Case Details Editor - An all-in-one environment for specifying a use cases details including general model specification and use case descriptions
+EJB Diagram - Visualize EJB systems.
+EJB Code Generation and Deployment - Generate beans for your application development and deployment.
+ORM support - generate Java objects from database
+Database generation - ERD to database tables
+Database reverse - existing DBMS to ERD
+Reverse engineering - code to model, code to diagram
+Instant Reverse for Java, C++, .NET exe/dll, XML, XML Schema,IDL
+Code Generation - model to code, diagram to code
+Round-trip engineering
+Automatic synchronization between source code and diagrams
+Automatic diagram layout - rearrange shapes and connectors on diagrams in elegant styles
+Import Rational Rose project
+Import XMI/export XMI
+Export diagrams to JPG, PNG, SVG
+Visio Integration - draw UML diagrams with MS Visio stencils
+PDF/HTML Report generator
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for Borland JBuilder
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...

<<less
Download (114.17MB)
Added: 2009-04-13 License: Commercial Price: $99
193 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5