Discussions
Performance and scalability: Is there any simple and fast persistence engine written in java
-
Is there any simple and fast persistence engine written in java (3 messages)
- Posted by: Ziyu Huang
- Posted on: October 01 2004 01:27 EDT
Hibernate is very good O/R mapping api for persistance, but it underly is SQL server. If I don't want this burden, and just want a simple and very fast file based persistance engine, what resource can I found ?Threaded Messages (3)
- Is there any simple and fast persistence engine written in java by Arun Nair on October 01 2004 08:47 EDT
- Try HSQLDB by scott powell on October 05 2004 12:56 EDT
- Is there any simple and fast persistence engine written in java by Gus Bjorklund on October 15 2004 10:17 EDT
-
Is there any simple and fast persistence engine written in java[ Go to top ]
- Posted by: Arun Nair
- Posted on: October 01 2004 08:47 EDT
- in response to Ziyu Huang
What about Cocobase - I think they have both DB and File (xml) based persistance.
Arun -
Try HSQLDB[ Go to top ]
- Posted by: scott powell
- Posted on: October 05 2004 12:56 EDT
- in response to Ziyu Huang
HSQL DB is a very lightweight Java-based SQL engine.
You can get more detail her:
http://hsqldb.sourceforge.net/
It definitely works with Hibernate...Hibernate, A Developer's Notebook uses it as the sample database. -
Is there any simple and fast persistence engine written in java[ Go to top ]
- Posted by: Gus Bjorklund
- Posted on: October 15 2004 10:17 EDT
- in response to Ziyu Huang
There is also ObjectStore PSE Pro Java, which has transparent persistence for Java objects. See http://www.objectstore.com/products/pse_pro/index.ssp for info.
Disclaimer: I work for ObjectStore.