var fDesc=new Array(); fDesc[0] = "IBM Rational® Rose® Enterprise is one of the most comprehensive products in the Rational Rose family. All Rational Rose products include Unified Modeling Language™ (UML™) support, however they vary in terms of the implementation technologies they support.

Jump-start your Ada, ANSI C++, C++, CORBA, Java™, J2EE™, Visual C++® and Visual Basic® applications with code generated from visual models.

Main Features :

- Includes Unified Modeling Language™ (UML™) support and is one of the most comprehensive products in the Rational Rose family
- Provides UML modeling for database designs, with the ability to represent the integration of data and application requirements through logical and physical designs
- Supports Analysis, ANSI C++, Rose J and Visual C++ patterns, Enterprise JavaBeans™ 2.0, and forward and/or reverse engineering for some of the most common Java 1.5 constructs
- Integrates with other IBM Rational lifecycle development tools as well as any SCC-compliant version control system, including IBM Rational ClearCase®
- Offers code quality analysis abilities and code generation, with configurable model-to-code synchronization capabilities, as well as more granular management and use of models with the separately controllable model components feature
- Includes a Web Modeling Add-In, which provides visualization, modeling and tools for developing Web applications
- Creates XML document type definitions (DTD) for use in your application
- Operating systems supported: Windows family"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }