views:

19

answers:

1

is there a standard for naming packages in UML

+1  A: 

Not as such. There is a convention that follows the Java package naming standards, e.g. com.yourcompany.yourapp.yourlib.yadda.yadda.yadda. UML packages are more about the logical separation of functionality/responsibility than their name structure.

Kelly French