Hello all,
I have just started working on my developer certification. The first issue I have come up against is what makes sense in terms of organising the package structure?
As I understand it Sun would like an appropriate directory structure which would allow them to see very easily: (a) new classes developed by myself (b) modified versions of supplied classes (c) original (non-modified) copies of supplied classes and (d) location of database file.
I was thinking of organising my package directory structures something like this:
suncertify/db (Original source and class files).
suncertify/dbmodified (Modified source and class files)
suncertify/client (All client related classes)
suncertify/server (All server related classes)
suncertify/database (db.db database file goes here)
etc.
(This would all be documented in the README.txt file).
I am sure there is no "right" or "wrong" way but I guess I would like this to be set up so that it is logical and easy for the examiner to figure out.
If anybody has any thoughts on this I would really appreciate your input