Next: Class/Interface Naming
Up: Naming Convention
Previous: Naming Convention
Generally, package names should use only lower-case letters and digits, and no underscore. To obtain unique package prefix, the scheme suggested in [Gos96] should be used. In this scheme, a unique prefix is constructed by using the components of the internet domain name of the host site in reverse order. Examples:
- java.lang
- com.sun.identity.policy.comm
- com.mycompany.componentx
Dennis Seah
Mon Jul 17 11:43:42 2006