Check the sample sequence and class diagram screenshots that explain the important features of MaintainJ.
3. Installation Wizard DemosWe provide many wizards to install MaintainJ on different types of applications. The following slideshows show the steps involved in installing MaintainJ on core Java, web and JUnit applications. We also provide the sample applications (JFreeChart) used to record the slideshows. The sample applications are about 1000 classes, big enough to give you an idea of how MaintainJ scales. 3.1 For web applications
3.1.1
MaintainJ for Tomcat and JBoss:
Check this if your application runs on Tomcat or JBoss and you deploy and start
the server from Eclipse 'Servers' view.
3.1.2
MaintainJ for other Application Servers:
Check this for any other application server or when
you cannot use the above approach for Tomcat or JBoss.
3.2 For core Java / Applet / JUnit applications run from EclipseMaintainJ for Swing ApplicationsMaintainJ for Applets MaintainJ for JUnit: MaintainJ seamlessly integrates with JUnit to generate UML diagrams for each test case. Sample Application: The zip is an Eclipse workspace projects that can directly be imported into Eclipse. The main class and the Applet class used are org.jfree.chart.demo.TimeSeriesChartDemo1 and demo.applet.TimeSeriesChartApplet respectively. 3.3 For core Java applications run from command promptIf your application is started from command prompt, check these. |
4. UML Diagram Feature Demos4.1 Predefined FiltersCheck how you can define and apply the filters to view the same diagram at different levels of details. Predefined Filters Demo (Download as PDF) 4.2 Exporting the diagrams to RSA (UML2 format)The MaintainJ diagrams can be exported as UML2 models and then be imported into other UML2 compliant tools like Rational Software Architect (RSA). RSA Integration Demo (Download PDF) 4.3 Runtime Impact AnalysisYou can search for a class / method or database table / field across trace files. This feature can be used to find the impacted use cases after a change to a Java class or method or changing a database table or field. Check the slides below to find out how. |