I have not use OJB, so ... how much is it worth my opinion if I did not use it. Maybe people that used it can say a word relative to other DAO's.

I did look at OJB, and it seamed heavy. I like light weigh. (like Sturts is light weight). iBatis I realy like.

my 2c.

.V

Pedro Salgado wrote:
What do you think about OJB?

Pedro Salgado


On 16/12/2003 16:58, "Vic Cekvenich" <[EMAIL PROTECTED]> wrote:



I would use Ibatis or Hibrenate as a DAO, not both.

iBatis lets you use any SQL(corelated self join, sooner or later you
will need to do a trick or tune performance), which is why I have been
using it with much success; and I teach Struts with it, and there are
other Struts/iBatis resources. It is ER based.

Hibrenate used to be more popular before iBatis and it is more OR (which
I make a minus since I work with "rows of columns", for example with
DisplayTag).

Either will server you very well, they are both great.

(bad things IMO are JDO, EJB, JDBC)

.V

David Erickson wrote:

We're needing to roll out DAO and ORM in our webapp... been evaluating
hibernate and it looks awesome, but we'd like to insulate our app from that,
has anyone tried using iBatis' DAO layer then plugging hibernate underneath
that?
-David



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to