File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Embedded java databases. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Embedded java databases." Watch "Embedded java databases." New topic
Author

Embedded java databases.

Brian Percival
Ranch Hand

Joined: Jun 23, 2004
Posts: 163
I am planning on trying out embedded java databases. Can anyone please any free reliable java databases?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35437
    
    9
Quite a few are available, with Hypersonic probably being the standard bearer.


Android appsImageJ pluginsJava web charts
saurav sarkar
Ranch Hand

Joined: Jan 07, 2007
Posts: 180

You can try with Berkeley DB provided by Oracle.
I had once done a project on Berkely DB


Be Objectively Oriented.Explore the power of OOPs.
My Blog, Eclipse EMF Query committer.
Brian Percival
Ranch Hand

Joined: Jun 23, 2004
Posts: 163
Thanks for your cues(Sic?).
I went to the sun site and stumbled upon java DB (Derby).. Unless anyone of your raise any objections about it, I am going to proceed with it for now..
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

I have only used HSQLDB (hypersonic), but I have heard good things about Derby too.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Embedded java databases.
 
Similar Threads
embedded databases
New Task
creating table on client side
Embedded java
where is app data stored?