Re: Which Persistence Framework should I choose ?

From: cooltoday (cooltoday_at_punkass.com)
Date: 01/15/05


Date: Sat, 15 Jan 2005 18:04:50 +0100

Arne Styve schrieb:
> Hi,
>
> I'm trying to figure out which persistence framework to use in Java. I want
> to be able to store my objects either to XML or to a Relational database.
> I've had a brief look at JDO, heard about Hibernate, and some other
> frameworks.
>
> Which one is the recomended one ?
>
> Regards
>
> Arne
>
>
Thats the same question as: Whats the best car for you?!
We dont know you.

If you just want to build a small website then pure sql is good.

Hibernate and JDO do almost the same. But Hibernate is a non standard
solution, but there are no real open Source JDO yet.