Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Embedded Database for Java Desktop

Reply
Thread Tools

Embedded Database for Java Desktop

 
 
Thomas Kellerer
Guest
Posts: n/a
 
      03-17-2005
On 17.03.2005 10:23 JamesY wrote:

> Hi,
>
> What is the best embedded database (low cost or free) that I can use for a
> Java Accounting Desktop Application?
>


Either HSQLDB
http://hsqldb.sourceforge.net

or McKoi database
http://mckoi.com/database/

Thomas

 
Reply With Quote
 
 
 
 
JamesY
Guest
Posts: n/a
 
      03-17-2005
Hi,

What is the best embedded database (low cost or free) that I can use for a
Java Accounting Desktop Application?

Regards,
james


 
Reply With Quote
 
 
 
 
Stephan Eggermont
Guest
Posts: n/a
 
      03-17-2005
Thomas Kellerer <> wrote:
> On 17.03.2005 10:23 JamesY wrote:
>
> > Hi,
> >
> > What is the best embedded database (low cost or free) that I can use for a
> > Java Accounting Desktop Application?


No database: www.prevayler.org

Stephan
 
Reply With Quote
 
TechBookReport
Guest
Posts: n/a
 
      03-17-2005
Thomas Kellerer wrote:
> On 17.03.2005 10:23 JamesY wrote:
>
>
>>Hi,
>>
>>What is the best embedded database (low cost or free) that I can use for a
>>Java Accounting Desktop Application?
>>

>
>
> Either HSQLDB
> http://hsqldb.sourceforge.net
>
> or McKoi database
> http://mckoi.com/database/
>
> Thomas
>

Don't forget IBM's recently open-sourced Cloudscape...

http://www-306.ibm.com/software/data/cloudscape/

Pan
================================================== ================
TechBookReport Java http://www.techbookreport.com/JavaIndex.html
 
Reply With Quote
 
JamesY
Guest
Posts: n/a
 
      03-17-2005

"Stephan Eggermont" <> wrote in message
news:d1bkrs$cso$...
> Thomas Kellerer <> wrote:
> > On 17.03.2005 10:23 JamesY wrote:
> >
> > > Hi,
> > >
> > > What is the best embedded database (low cost or free) that I can use

for a
> > > Java Accounting Desktop Application?

>
> No database: www.prevayler.org
>
> Stephan


Is prevayler suitable to be used in a desktop environment?


 
Reply With Quote
 
David Segall
Guest
Posts: n/a
 
      03-17-2005
"JamesY" <JamesY@$com.com> wrote:

>Hi,
>
>What is the best embedded database (low cost or free) that I can use for a
>Java Accounting Desktop Application?
>
>Regards,
>james
>

There is an interesting comparison of three of these here
<http://jamie.ideasasylum.com/notebook/index.php?id=4>. Be sure to
read the supplementary notes that explain the fact that HSQLDB's
dramatic speed advantage is because it was tested with the data base
in RAM.

If you are interested in using Derby I suggest you download Cloudscape
<http://www-306.ibm.com/software/data/cloudscape/> as well or instead.
It comes with documentation to IBM's standards and an ODBC driver if
you want to use Access as a front end.
 
Reply With Quote
 
JamesY
Guest
Posts: n/a
 
      03-17-2005

"JamesY" <JamesY@$com.com> wrote in message
news:423973ce$...
>
> "Stephan Eggermont" <> wrote in message
> news:d1bkrs$cso$...
> > Thomas Kellerer <> wrote:
> > > On 17.03.2005 10:23 JamesY wrote:
> > >
> > > > Hi,
> > > >
> > > > What is the best embedded database (low cost or free) that I can use

> for a
> > > > Java Accounting Desktop Application?

> >
> > No database: www.prevayler.org
> >
> > Stephan

>
> Is prevayler suitable to be used in a desktop environment?
>
>

Hi,

After reading some comments on the net, I conclude that my app isn't
suitable, to use prevayler. Thanks for the intro, Stephan

Regards,
James


 
Reply With Quote
 
JamesY
Guest
Posts: n/a
 
      03-17-2005

"JamesY" <JamesY@$com.com> wrote in message
news:4239499f$...
> Hi,
>
> What is the best embedded database (low cost or free) that I can use for a
> Java Accounting Desktop Application?
>
> Regards,
> james
>
>


Thanks all for the feedbacks

I will use HSQLDB. ^-^


 
Reply With Quote
 
Lee Fesperman
Guest
Posts: n/a
 
      03-17-2005
JamesY wrote:
>
> Hi,
>
> What is the best embedded database (low cost or free) that I can use for a
> Java Accounting Desktop Application?


Take a look at our product (see my sig). You can use our free version (Pro Lite). Or, we
can give you reasonable pricing on the embedded version, which is chock full of features
including in-memory operation and true support for Java objects.

--
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
================================================== ============
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)
 
Reply With Quote
 
Bryce
Guest
Posts: n/a
 
      03-17-2005
On Thu, 17 Mar 2005 17:23:38 +0800, "JamesY" <JamesY@$com.com> wrote:

>Hi,
>
>What is the best embedded database (low cost or free) that I can use for a
>Java Accounting Desktop Application?


Berkley DB is free. Haven't used it (yet).

--
now with more cowbell
 
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
Database Database Database Database scott93727@gmail.com Computer Information 0 09-27-2012 02:43 AM
DataBase DataBase DataBase DataBase scott93727@gmail.com Computer Information 0 09-26-2012 09:40 AM
Migrating project from MySQL to embedded, relational Java-Database Ingo R. Homann Java 4 08-14-2007 02:40 PM
How to Download Remote SQL Server Database to Desktop for Development (Desktop Has MSDE & Visual Studio .Net) TC ASP .Net 4 02-07-2005 07:34 PM
How to display images embedded in e-mail as embedded, not attachments Jim Firefox 4 12-11-2004 05:36 AM



Advertisments