Hiran
Posts: 41
Nickname: jclu
Registered: Mar, 2002
|
|
Re: Java package naming conventions
|
Posted: Apr 12, 2002 8:22 AM
|
|
Then can I have a package name that only contains the name of the application? (Eg, <code>package employee;</code>). That's what I've been doing so far (though all the apps I done that for are half finished apps that I've never released). Thanks. Hiran
> Package naming does not have anything to do with > having a web-site or not. It is just a way of > organizing your classes. Eg. you can have a package > called xxx.yyy.employee, which might contain classes > related to employee. > > Employee - which denotes an employee. > EmployeeAddress - represents address of Employee and > so on.
|
|