UML Class diagrams with Java packages?
- by loosebruce
I am trying to model in UML 2.0 a Java servlet application that has three classes
Servlet class; essentially a main class that acts as the controller
DatabaseLogic; contains methods for database operations
XMLBuilder; builds an XML from a query result string
The classes use a variety of packages from the Java library. I am unsure how to model…