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
2010-05-20 13:32:17