aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Is a container class needed?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "Is a container class needed??" Watch "Is a container class needed??" New topic
Author

Is a container class needed??

Nayela
Greenhorn

Joined: Feb 14, 2002
Posts: 6
Is a container class like HashMap or something needed to download the data from the physical file db.db. Changes are then initially made to this container data and then saved to the physical file. Please help.
Thanks
David Mullens
Greenhorn

Joined: Jan 22, 2002
Posts: 23
Hi,
You might want to take a look at the classes that Sun provides with the assignment. They have included all the classes needed to get the data from the database and even modify it.
The first thing I did when I download the assigment (after reading the requirements) was to create a simple command line based test client. All the test client would do is read the data from the database and print it out to the screen.
Hope that helps some...
Dave.
Nayela
Greenhorn

Joined: Feb 14, 2002
Posts: 6
Thank you Dave for reply. It will help. Nayela
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Is a container class needed??
 
Similar Threads
Questions to -- Ken Krebs
Transfering large amounts of records from one J2EE system to another: how?
iText , is there any possibility to create non-physical pdf using iText
Transient /File Class
write to f file