This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes package structure and location of db.db file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "package structure and location of db.db file" Watch "package structure and location of db.db file" New topic
Author

package structure and location of db.db file

ravi janap
Ranch Hand

Joined: Nov 04, 2000
Posts: 389
Hello
I have just started working on the fly by night assignment.
I have two questions on this assignment.
This is the preliminary package structure being followed by me.
C:\assignment\META-INF
C:\assignment\scjd
C:\assignment\readme.txt
C:\assignment\readme.html
C:\assignment\scjd\starting
C:\assignment\scjd\instructions.html
C:\assignment\scjd\starting\classes
C:\assignment\scjd\starting\src
C:\assignment\scjd\starting\compileDB.bat
C:\assignment\scjd\starting\compileClient.bat
C:\assignment\scjd\starting\setEnv.bat
SOURCE DATA
DB FILES
C:\assignment\scjd\starting\src\suncertify\db\*.java
CLIENT FILES
C:\assignment\scjd\starting\src\suncertify\client\*.java
SERVER FILES
C:\assignment\scjd\starting\src\suncertify\server\*.java
COMPILED CLASSES
DB FILES
C:\assignment\scjd\starting\src\suncertify\db\*.java
CLIENT FILES
C:\assignment\scjd\starting\classes\suncertify\client\*.java
SERVER FILES
C:\assignment\scjd\starting\classes\suncertify\server\*.java
Is it Okay?
My second question is about the location of "db.db" . Where is it placed?
Is it along with the compiled classes of suncertify.db.* classes?
-- Ravi


SCJP, SCJD, SCWCD, SCBCD, SCEA
ravi janap
Ranch Hand

Joined: Nov 04, 2000
Posts: 389
small correction
COMPILED CLASSES
DB FILES
C:\assignment\scjd\starting\classes\suncertify\db\*.java
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: package structure and location of db.db file
 
Similar Threads
A question concerning package organization.
Thoughts wanted READMDE.txt
the README.txt file
getting error during javadoc
jarring submission