jscape secure ftp server solaris 4.0
MySpeed Server 7.4a
MySpeed Server is an excellent and useful program with which you can quickly and easily provide broadband speed test services to your end users. more>>
MySpeed Server 7.4a is an excellent and useful program with which you can quickly and easily provide broadband speed test services to your end users. Easily view end-user speed test results and quality of service reports, key information for managing VoIP, web application and help desk environments. It provide your customers with accurate bandwidth test services, including hard to find upload speed testing. Automate customer service processes by combining MySpeed speed test results with scripting
Major Features:
- Upload and download speed test measurements
- Connections often have different upload and download speeds, but most bandwidth tests only measure the download speed, providing only half the picture. MySpeed accurately reports both upload and download speeds.
- Reports bandwidth consistency (QOS), Max Pause and Round Trip Time (RTT)
- The consistency of download capacity is a critical measure for bandwidth-intensive applications such as VoIP and multimedia. MySpeed reports Quality of Service measurements of consistent bandwidth delivery. Max Pause, the longest pause recorded during the data download, and RTT are also reported.
- Highly accurate
- MySpeed has been carefully engineered and tested to accurately measure connection speeds. See the Broadband Speed Tester Benchmarks article.
- Can be combined with scripting for customized implementations
- MySpeed has the ability to call a JavaScript function when a speed test completes, enabling you to do most anything with the test results via JavaScript scripting, such as the options below. Try the live demo.
- Dynamically changing the HTML in the MySpeed web page based upon speed test results
- Provide connectivity analysis in a popup window
- Redirecting to another URL based upon the results.
- Easy implementation
- Unlike other speed testers, MySpeeds innovative design does not require any scripts or configuration changes. Just add the MySpeed files to your existing web server!
- Easy web page customization
- MySpeed may be easily incorporated into your web pages, or modify the default MySpeed speed test web page to the look and feel of your website.
- NEW! End-users can easily email test results
- A bundled JavaScript option enables the end-user to easily send speed test results to your help desk staff or other address. Try the live demo.
- VoIP Connection Analysis
- Use MySpeeds bundled JavaScript option to analyze a broadband connection and determine the number of VoIP lines that can be supported. Modify the JavaScript as needed to fit your needs. Try the live demo.
- Display connection quality test results in common terminology
- Display connection quality (QOS), Round Trip Time (RTT) and Max Pause results in non-technical terms as Excellent, Good or Poor.
- Automated start option
- Seemlessly initiates a connection speed test when a visitor goes to your MySpeed page. Try the live demo.
- Customizable display of speed test chart
- Easily modify the applet display to change the speed test scale, show/hide text labels, change the applet colors, and more! You can even customize the MySpeed applet text to display in another language.
Enhancements:
- Max Attainable Speed (the calculated maximum TCP connect speed that is supported by a network connection)
- Max Route Speed (the maximum speed that may be attained on the route being tested)
- TCP Forced Idle Percent (the TCP idle time invoked because the route being tested is too slow end-to-end).
SDE for JDeveloper (SE) for Linux 4.0
SDE for Oracle JDeveloper is a UML tool tightly integrated with JDeveloper. SDE-JD supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with CVS and S more>>
Visual Paradigm SDE for JDeveloper is a UML CASE tool/plug-in tightly integrated with JDeveloper. 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 JDeveloper, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-JD 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
+Version control
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
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:
- Minimum behind-the-scene operation. Developers can always see what is happening when working with the native-side data.
- High performance. JNIWrapper has been specially tuned for performance, especially in cases where large amounts of data are involved in the interactions.
- Automatic resource management. All resources allocated by JNIWrapper components are released automatically when no longer required.
- 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.
- WinPack library abilities:
- Access to Windows Registry;
- Windows Decoration;
- Tray icon for Java application.
- Access to Windows Registry;
Major Features:
- 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. - 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. - 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. - Extensible Architecture
You can implement new data types or customize existing ones, taking full control over the parameter behavior. - 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. - 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. - 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. - 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
SDE for JBuilder (SE) for Linux 4.0
SDE for JBuilder is a UML tool tightly integrated with JBuilder. SDE-JB supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with CVS and Subversion, more>>
Visual Paradigm SDE for JBuilder is a UML CASE tool/plug-in tightly integrated with JBuilder. 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 JBuilder, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-JB 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
+Version control
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for IntelliJ IDEA
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
Der clevere Shop-Server - shopodia.de 2.0
Einfach zu bedienendes Shopsystem mit professionellen Administrations-Möglichkeiten. Bei Bedarf kann ein individuelles Layout programmiert und integri... more>> <<less
MyVoIPSpeed Server 7.4a
MyVoIPSpeed Server provides you with an all-in-one and powerful which accurately measures the quality and performance of Internet connections for Voice over IP (VoIP) usage by simulating real VoIP sessions between your server and customers. more>>
MyVoIPSpeed Server 7.4a provides you with an all-in-one and powerful tool which accurately measures the quality and performance of Internet connections for Voice over IP (VoIP) usage by simulating real VoIP sessions between your server and customers. When your customers and end-users are unable to make VoIP calls due to poor connection quality, it translates to costly support services, lower productivity and lost business opportunities.
Major Features:
- MyVoIPSpeed Server enables you to provide quick and accurate testing of simulated VoIP connections to your server, providing reports for jitter, packet loss, and bandwidth consistency - key factors that affect VoIP quality.
- Download and upload bandwidth speeds are also reported.
- The Professional and NOC Editions include advanced features to provide network analysts and help desk technicians visibility to end-user test results, enabling quick identification of the causes of poor bandwidth performance.
Enhancements:
- Max Attainable Speed (the calculated maximum TCP connect speed that is supported by a network connection)
- Max Route Speed (the maximum speed that may be attained on the route being tested)
- TCP forced idle percent (the TCP idle time invoked because the route being tested is too slow end-to-end and the TCP stack is forced to idle).
SDE for JDeveloper (LE) for Linux 4.0
SDE for Oracle JDeveloper is a UML tool tightly integrated with JDeveloper. SDE-JD supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with CVS and S more>>
Visual Paradigm SDE for JDeveloper is a UML CASE tool/plug-in tightly integrated with JDeveloper. 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 JDeveloper, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-JD 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
+Version control
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
SDE for JDeveloper (PE) for Linux 4.0
SDE for Oracle JDeveloper is a UML tool tightly integrated with JDeveloper. SDE-JD supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with CVS and S more>>
Visual Paradigm SDE for JDeveloper is a UML CASE tool/plug-in tightly integrated with JDeveloper. 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 JDeveloper, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-JD 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
+Version control
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
SDE for JDeveloper (ME) for Linux 4.0
SDE for Oracle JDeveloper is a UML tool tightly integrated with JDeveloper. SDE-JD supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with CVS and S more>>
Visual Paradigm SDE for JDeveloper is a UML CASE tool/plug-in tightly integrated with JDeveloper. 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 JDeveloper, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-JD 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
+Version control
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Borland JBuilder
+SDE for IntelliJ IDEA
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
Dedicated Server Manager Standard 3.2
DSM (Dedicated Server Manager) Standard is a solution for hosting companies and organizations. more>> <<less
SDE for JBuilder (LE) for Linux 4.0
SDE for JBuilder is a UML tool tightly integrated with JBuilder. SDE-JB supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with CVS and Subversion, more>>
Visual Paradigm SDE for JBuilder is a UML CASE tool/plug-in tightly integrated with JBuilder. 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 JBuilder, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-JB 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
+Version control
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for IntelliJ IDEA
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
SDE for JBuilder (ME) for Linux 4.0
SDE for JBuilder is a UML tool tightly integrated with JBuilder. SDE-JB supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with CVS and Subversion, more>>
Visual Paradigm SDE for JBuilder is a UML CASE tool/plug-in tightly integrated with JBuilder. 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 JBuilder, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-JB 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
+Version control
+More...
Other UML Modeling Tools / UML Plugins:
Java Platform (Windows/Linux/Mac OS X):
+SDE for Eclipse
+SDE for Oracle JDeveloper
+SDE for IntelliJ IDEA
+SDE for NetBeans
+SDE for Sun ONE
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...
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:
- Minimum behind-the-scene operation. Developers can always see what is happening when working with the native-side data.
- High performance. JNIWrapper has been specially tuned for performance, especially in cases where large amounts of data are involved in the interactions.
- Automatic resource management. All resources allocated by JNIWrapper components are released automatically when no longer required.
- 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.
- WinPack library abilities:
- Access to Windows Registry;
- Windows Decoration;
- Tray icon for Java application.
- Access to Windows Registry;
Major Features:
- 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. - 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. - 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. - Extensible Architecture
You can implement new data types or customize existing ones, taking full control over the parameter behavior. - 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. - 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. - 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. - 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

Caligare Flow Inspector 4.0.3
Monitor and analyzes network flows (NetFlow) for Cisco devices. more>> <<less
License:Commercial
SDE for Sun ONE (ME) for Linux 4.0
SDE for Sun ONE is a UML tool tightly integrated with Sun ONE. SDE-SO supports all types of UML diagrams, code engineering,... New features include collaboratively modeling with CVS and Subversion, su more>>
Visual Paradigm SDE for Sun ONE is a UML CASE tool/plug-in tightly integrated with Sun ONE. 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 Sun ONE, reverse engineer Java code to class diagrams, generate Java code and generate documentation.
SDE-SO 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
+Version control
+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 IntelliJ IDEA
+SDE for NetBeans
+SDE for WebLogic Workshop
Windows Platform:
+SDE for Microsoft Visual Studio
+More SDE...