3. How to rename an UML package
Click on the diagram background (do not select any element with your
mouse) and select
Show View >
Properties
Click inside the Property View and enter
the new name of the package in the
Name field.
4. How to create a nested package
Create a new UML Package and just drag and drop the new created package
inside the other package.
Immediately the model (e.g. xmi editor on the right side of the
picture) is updated.
5. How to create a UML Class
Click on the diagram background and select
New > Class > UML Class
The Class has been created with no java code.
6. How to organise your project inside
packages.
The graphical drag and drop inside the UML editor will immediately
update the UML model.
If you drag and drop Class1 inside Package1 then you will have the
picture below:
The package diagram is saved at the root of the src in the package
explorer.
You can organize your diagrams and move
all UML elements in any new package located in the same project.
The model refactoring is always immediately activated.
Conclusion:
You can model very complex MDA projects without any java code
generation with EclipseUML 2008.
The only constraint is the need to create an initial Java, JPA, EJB
etc...project and not only a modelling project.