I've recently had to make the same decision and looked at (among others -
castor,hibernate) the ones you specified.

I ended up going with OJB because it seemed the simplest to start with.

One of the main things that attracted me to OJB was the idea of clean
transparent persistence - that is your persistent objects do not need to
implement an interface or extend any ojb classes - you just "tell" OJB about
them in the XML config and "bob's your uncle" OJB does the rest (almost).

I'm not saying I did a *proper* technical comparison so pls don't ask me to
elaborate too much. It was nice and simple and has some cool features.

Other people have said that hibernate is a good one too.

HTH
Jin
----- Original Message -----
From: "Dominique Henriot" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 18, 2002 12:55 PM
Subject: Which O/R layout most used with Struts


> Hi all,
>
> I guess this is a common question but I didn't found a satisfying answer
in
> the mail archive.
>
> I had a look at Torque, Expresso and OJB and my question is which one (or
> other) you are using ther easiest way with Struts.
> I know you might tell me it's depending your practises, but please let me
> know about your experience with one.
>
>
> Thanks all.
>
> Dom
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>
>

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to