« Return to Thread: Java Internal Databases

Re: Java Internal Databases

by John Yeary :: Rate this Message:

Reply to Author | View in Thread

Thomas Corbin mentions using a couple of databases. I would recommend using JavaDB. It is included with Java 6, and is a robust enterprise class database in a tiny package. There are examples on how to use JavaDB in a network and embedded modes.

On Tue, Jun 23, 2009 at 4:44 AM, etherkye <etherkye@...> wrote:
I wish to write an application which will be required to store large quantities of information which needs to be kept on the same computer as the application and does not require anything to be installed on the computer first.



Therefore I was wondering if there was a form of database that could be run using java so that it can be self contained.  I do need this data to be stored throughout uses and comptuer shutdowns.



I also need to be able to send copies of it over a network to other computers quickly as there will be a central computer running a main program, and then several others running a slave program which will update the database once per day, and possibly request certain data during the day.



Would anyone here know a sutible database type structure that i can use for this?







--
John Yeary
--
http://javaevangelist.blogspot.com

"Far better it is to dare mighty things, to win glorious triumphs, even though checkered by failure, than to take rank with those poor spirits who neither enjoy much nor suffer much, because they live in the grey twilight that knows not victory nor defeat."
-- Theodore Roosevelt

 « Return to Thread: Java Internal Databases