Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > what is the best Java embeded DB?

Reply
Thread Tools

what is the best Java embeded DB?

 
 
huangjun2@gmail.com
Guest
Posts: n/a
 
      01-11-2006
what is the best embeded DB for Java Application?

 
Reply With Quote
 
 
 
 
Robert Klemme
Guest
Posts: n/a
 
      01-11-2006
wrote:
> what is the best embeded DB for Java Application?


What is "best"?

robert

 
Reply With Quote
 
 
 
 
Steven S
Guest
Posts: n/a
 
      01-11-2006
Actually, could someone tell any embedded open source database
products names?

Cheers!

"Robert Klemme" <> wrote in message
news:...
> wrote:
>> what is the best embeded DB for Java Application?

>
> What is "best"?
>
> robert
>



 
Reply With Quote
 
Oliver Wong
Guest
Posts: n/a
 
      01-11-2006

"Steven S" <> wrote in message
news:dq3i0o$u95$...
> 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


 
Reply With Quote
 
Thomas Hawtin
Guest
Posts: n/a
 
      01-11-2006
Oliver Wong wrote:
> "Steven S" <> wrote in message
> news:dq3i0o$u95$...
>
>>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
--
Unemployed English Java programmer
http://jroller.com/page/tackline/
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      01-11-2006
On 11 Jan 2006 06:29:46 -0800, ""
<> 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

--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
 
Reply With Quote
 
Thomas Kellerer
Guest
Posts: n/a
 
      01-11-2006
Oliver Wong wrote on 11.01.2006 19:44:
> "Steven S" <> wrote in message
> news:dq3i0o$u95$...
>
>>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/
>


I second that!

Thomas
 
Reply With Quote
 
huangjun2@gmail.com
Guest
Posts: n/a
 
      01-12-2006
> 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?

 
Reply With Quote
 
Dimitri Maziuk
Guest
Posts: n/a
 
      01-12-2006
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
--
Relativity, Uncertainty, Incompleteness, Undecidability: choose any four
 
Reply With Quote
 
Robert Klemme
Guest
Posts: n/a
 
      01-12-2006
Dimitri Maziuk wrote:
> 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.


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

robert

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open Source Embeded Java DB with inverted indexing and search capability sakthi Java 0 09-22-2004 11:15 AM
Embeded Java DB with inverted indexing and searching capabilities for Java Beans Sakthi Java 0 09-15-2004 05:35 AM
Embeded Java DB with inverted indexing and searching capabilities for Java Beans Sakthi Java 0 09-15-2004 05:35 AM
Embeded perl & memory management penguinista Perl 0 06-30-2004 04:37 PM
Mozilla 1.4 and embeded *.wav files. (Again) Roger Vicker, CCP Firefox 0 10-16-2003 05:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57