After this update is applied to WebSphere Studio, you will have tools needed to create Unified Modeling Language (UML) class diagrams containing views of Enterprise Java Beans and Java classes and interfaces. These class diagrams can be used to facilitate the understanding of J2EE applications and to assist with communicating important aspects of a J2EE application.
Diagrams are created as resources within a project. Each diagram is saved in a project as a file with the .dnx file extension. Diagrams are opened in the Class diagram editor window for editing the content and presentation of a diagram. New project elements such as enterprise Java beans can be created from a diagram using the diagram editor palette. Existing elements can be visualized using UML notation by dragging and dropping them from a view (for example, the J2EE Hierarchy or Package Explorer) on to the diagram editor. When you have finished editing the diagram, you can save your work.
To create a new UML class diagram:
A new UML class diagram is created and opens in the Class Diagram Editor window.
If you delete an EJB component (using the J2EE view) while a diagram that visualizes it is open, when you close the diagram, the EJB component will be "reintroduced" back into the application and will reappear in the J2EE view. The workaround for this is to delete the EJB component from the diagram or to close the diagram before deleting it from the J2EE view.
When using both the diagram editor and the EJB Deployment Descriptor, canceling changes in the deployment descriptor editor does not always result in the cancellation of the corresponding changes in diagram editor. There are certain scenarios in which the cancelled changes will remain in effect when the contents of the diagram editor are saved.
In an EJB 2.0 project, when creating an inheritance relationship between a Super Bean class and another Sub Bean class in a diagram, the results differ from when the same relationship is created via the EJB Deployment Descriptor on the Overview tab.
J2SE Class/Interface visualizations from another project are not fixed as a result of a refactoring activity in the main project.
When dealing with a source file containing declarations for multiple classes and interfaces, and you drag and drop the .java file onto a diagram, the fields and methods for all the classes are not visualized in the diagram.
An open diagram editor does not show the "dirty" asterisk when it is updated as a result of a refactoring action. When the diagram is closed, the user is prompted to save the diagram.
Java types defined as Collection types do not get mapped to class attributes by default. The workaround is to specify the type as both an Attribute type and a Collection Type in the Preferences dialog.
When using the move class refactoring to move a Java class into a new package, the class in the diagram is unreferenced. Diagram fix-up after a refactoring works fine if there is an existing class in the destination package.
A diagram does not always reflect the removal of a field when the field is mapped to be visualized as an Association relationship. This results in an unreferenced association relationship in the diagram.
Changes to the Diagram Update Policy preference can inhibit all automatic updates of diagrams in response to code changes. The preference should be left in the Immediately mode (the default setting).
Using Align commands causes Auto Size to be disabled on the participating shapes.
Class shape borders and compartment separators are not always painted when changing zoom settings.
Navigation with the "." (period) through the file control handles will not display all file control handles if the drawing is zoomed out. The file handle that moves the entire shape (handle not visible on the shape), will disappear if the shape is zoomed out.
If the default editor is opened for Java or EJB elements, it is not possible to DnD referenced element view to a diagram. For the J2EE view, the workaround is to disable the Link J2EE Navigator selection to active editor option in the J2EE Preferences page. There is currently no workaround for the Java Packages and Hierarchy views.
When trying to make changes to an existing class diagram that is in the checked in state, two checkout dialogs appear.
You are presented with two identical error dialogs when a diagram editor's state is read only and you try to make changes to the diagram.
Keyboard navigation is missing from the Class palette and Toolbox options in the Class Diagram Editor window.