| Author |
File Structure
|
David George
Greenhorn
Joined: Aug 23, 2005
Posts: 10
|
|
I do not know my file structure of code is right or not , wait for your opinion. code/suncertify/client/GUI,View,ViewImpl,Controller,ControllerImpl,Model,ModelImpl code/suncertify/network/RMIClient,RemoteInterface,RMIServer code/suncertify/server/Server code/suncertify/db/a lot of classes code/suncertify/Runme.java(Launch the program with argument) code/suncertify.properties(store the properties of dbpath,ip of server,port of server) code/db.db(The default position of db) sun request: A directory called code, containing all the source code and related parts of your project. You must create subdirectories within this to reflect your package structure and distribute your source files within those directories. Does my file structure meat the request of sun?? Thank you for your response. Should i put the class RMIClient into client package and RMIServer into server package ??? I don't know if they belong to the network part. thank you . [ September 16, 2005: Message edited by: sheng peng ] [ September 16, 2005: Message edited by: sheng peng ]
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10816
|
|
Hi Sheng, Perhaps "help , how to package" might help you. Regards, Andrew
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
 |
|
|
subject: File Structure
|
|
|