Monday, December 6, 2010

Java Class Package Structures

We have two proposed structures, short and long.

Note : all package names in java should lower case

The long : (com/org).(company/project).(applications).(app name).modules.(module name)

The Short : (com/org).(company/project).(app name).(module name)

This picture using format short and commercial applications : 


Information : 
1. (com/org)   :  Type Product Opensource/Non profit -> org or Commercial -> com
2. (company/project) : Name company of the product
3. (app name) : Name application application the we build
4. (module name) : Name module the we bulid

No comments: