« Return to Thread: Java Internal Databases

Re: Java Internal Databases

by Melongo Annabel :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.
For the database, you can use any of the commercial ones like Oracle, SQL, DB2 or you can use mysql which is free. If you so which you can add to that persistence framework like hibernate, jpa, ibatis....
For your master/slave program, you should use a client-server configuration where the computer running the main program will be the master and the computers acting like slaves will be clients. Hope this helps.


From: etherkye <etherkye@...>
To: nbj2ee@...
Sent: Tuesday, June 23, 2009 3:44:15 AM
Subject: [nbj2ee] Java Internal Databases

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?





 « Return to Thread: Java Internal Databases