[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java Persistence Architectures



If you are interested in Sun's JDO as I am, you may want to investigate TJDO for
future consideration (i.e., when it gets out of beta).

http://tjdo.sourceforge.net

I got a quick and dirty example running fairly easily.  I don't know if it works
in an EJB container (where I really would like to use it), though.

BTW, xdoclet has a subproduct called jdodoclet.

----- Original Message -----
From: "Robert Gash" <gashalot@gashalot.com>
To: <ajug-members@www.ajug.org>
Sent: Wednesday, February 19, 2003 1:32 AM
Subject: Java Persistence Architectures


> I noticed a number of people were asking questions about to some of
> the open source persistence architectures/frameworks after the meeting
> concluded this evening.  I spent a number of hours a while back
> looking for these packages and some opinions on them, and found a
> number of pages that shed some light on the topic.
>
> Most of these tend to be open source products, although I think a
> handful of commercial implementations are listed as well.
>
> http://www.beblogging.com/blog/20021008-172011
> http://www.rollerweblogger.org/page/roller/20021013
>
http://article.gmane.org/gmane.comp.java.open-symphony.webwork/178/match=authent
ication
> http://xorm.sourceforge.net/
>
> After looking at most of the mature/stable implementations, I finally
> decided on using Hibernate (http://hibernate.sf.net).
>
> Hibernate's toolset is no match for TopLink's (no fancy UIs), but you
> can use XDoclet (http://xdoclet.sf.net) to automatically generate your
> mapping descriptors, which can greatly increases the speed at which
> you can generate models.  Hibernate also includes schema
> generation/exportation tools that can automatically export the
> schema required to support your model into a file or straight to a
> running database.
>
> I have used Hibernate for a number of months now, combined with a
> PostgreSQL database, and have been very pleased with its performance,
> the power of the query language, and overall ease of use.  Perhaps the
> most striking feature of Hibernate is the extensive user manual and
> excellent community support available from their forums.  All of my
> questions that weren't covered in the documentation were answered in a
> matter of hours on the forums--something that is virtually unheard of
> in most open source projects.
>
> -R
>
> --
> Robert Gash, gashalot@gashalot.com
> (Web) http://gashalot.com/
> (PGP) http://gashalot.com/pgpkeys.txt
>