posted 21 years ago
Hello Pander,
I chose to name my packages as follows:
suncertify.db - Contains all data manipulation classes which work with the given data file. Also contains the required DBMain interface and the implementing Data class.
suncertify.remote - All RMI communication classes.
suncertify.gui - All gui classes
suncertify.startup - Only one class, to startup the application.
It becomes easy to move your application around if everything branches off suncertify directory. I recommend that you do not nest off the suncertify.db directory for other major categories such as "communication", "gui" etc.
Hope this helps.
Regards.
Bharat
SCJP,SCJD,SCWCD,SCBCD,SCDJWS,SCEA