Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / January 2006

Tip: Looking for answers? Try searching our database.

what is the best Java embeded DB?

Thread view: 
huangjun2@gmail.com - 11 Jan 2006 14:29 GMT
what is the best embeded DB for Java Application?
Robert Klemme - 11 Jan 2006 14:47 GMT
> what is the best embeded DB for Java Application?

What is "best"?

   robert
Steven S - 11 Jan 2006 18:15 GMT
Actually, could someone tell any embedded open source database
products names?

Cheers!

>> what is the best embeded DB for Java Application?
>
> What is "best"?
>
>    robert
Oliver Wong - 11 Jan 2006 18:44 GMT
> Actually, could someone tell any embedded open source database
> products names?
>
> Cheers!

   By "Java embedded DB", I assume you mean a DB which can be run from
within your java program, as opposed to a seperate process. I'm assuming you
DON'T mean a DB for embedded devices (e.g. cellphones).

   I've used HSQL and am generally satisfied with it. The DB can be
entirely in memory (and thus non-persisted), or persisted to disk in various
formats.

http://hsqldb.org/

   - Oliver
Thomas Hawtin - 11 Jan 2006 19:15 GMT
>>Actually, could someone tell any embedded open source database
>>products names?
>
>     I've used HSQL and am generally satisfied with it. The DB can be
> entirely in memory (and thus non-persisted), or persisted to disk in various
> formats.

Apache Derby seems to be the big player these days. It was originally
produced by Cloudscape in around 1996/7. Cloudscape was taken over by
Informix. Informix was taken over by IBM. IBM have passed it onto Apache
(but still use it as a basis for their commercial Cloudscape product).

Derby is more mature than HSQL, more scalable, is more complete and has
sensible defaults. It also appears to be backed by Sun as well as IBM.

http://db.apache.org/derby/

Tom Hawtin
Signature

Unemployed English Java programmer
http://jroller.com/page/tackline/

Thomas Kellerer - 11 Jan 2006 22:44 GMT
Oliver Wong wrote on 11.01.2006 19:44:

>>Actually, could someone tell any embedded open source database
>>products names?
[quoted text clipped - 10 lines]
>
> http://hsqldb.org/

I second that!

Thomas
huangjun2@gmail.com - 12 Jan 2006 05:08 GMT
>    By "Java embedded DB", I assume you mean a DB which can be run from within your java program,

Yes. I just mean it :-)

How about Berkeley DB?
Dimitri Maziuk - 12 Jan 2006 17:10 GMT
huangjun2@gmail.com sez:
>>    By "Java embedded DB", I assume you mean a DB which can be run from within your java program,
>
> Yes. I just mean it :-)
>
> How about Berkeley DB?

Everyone assumed assumed that by "DB" you mean SQL. BDB isn't,
but if your application is happy with hashes -- sure, by all
means.

Dima
Signature

Relativity, Uncertainty, Incompleteness, Undecidability: choose any four

Robert Klemme - 12 Jan 2006 17:17 GMT
> huangjun2@gmail.com sez:
>>>    By "Java embedded DB", I assume you mean a DB which can be run
[quoted text clipped - 7 lines]
> but if your application is happy with hashes -- sure, by all
> means.

In that case serializing Maps to files could be an option, too. :-)

   robert
Roedy Green - 11 Jan 2006 22:14 GMT
On 11 Jan 2006 06:29:46 -0800, "huangjun2@gmail.com"
<huangjun2@gmail.com> wrote, quoted or indirectly quoted someone who
said :

>what is the best embeded DB for Java Application?

I don't know who is the best for your application, but for a list of
them, see http://mindprod.com/jgloss/sqlvendors.html

Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.