List Info

Thread: ORM Frameworks




ORM Frameworks
country flaguser name
United States
2008-03-07 11:35:08

I do not have any experience with any OR mapping libraries, so I plan
on learning some. (My company is not exactly cutting edge.)

What is the status of OR mapping tool utilization in the Chicago
market? I assume Hibernate is used a lot. What about iBatis or JPOX?
Or can I just stick with Hibernate and leave it at that?

__._,_.___
.

__,_._,___
Re: ORM Frameworks
country flaguser name
United States
2008-03-07 12:43:56

I work for Red Hat and JBoss. I see a lot of
Hibernate...very little iBatis and no JPOX...in the
year I have been talking to customers. 200+ different
data points.

Thank You
Jim Tyrrell
JBoss Solutions Architect

--- ekm_bofa < ekm_bofa%40yahoo.com">ekm_bofayahoo.com> wrote:

> I do not have any experience with any OR mapping
> libraries, so I plan
>; on learning some. (My company is not exactly cutting
> edge.)
>
> What is the status of OR mapping tool utilization in
> the Chicago
> market? I assume Hibernate is used a lot. What about
&gt; iBatis or JPOX?
&gt; Or can I just stick with Hibernate and leave it at
> that?
&gt;
>

__________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs

__._,_.___
.

__,_._,___
Re: ORM Frameworks
country flaguser name
United States
2008-03-07 13:04:04


On 7 Mar 2008, at 11:35 AM, ekm_bofa wrote:

> I do not have any experience with any OR mapping libraries, so I plan
>; on learning some. (My company is not exactly cutting edge.)
&gt;
> What is the status of OR mapping tool utilization in the Chicago
> market? I assume Hibernate is used a lot. What about iBatis or JPOX?
&gt; Or can I just stick with Hibernate and leave it at that?

Hibernate is probably the most popular. We use only JPOX since we
also work with object databases when possible.

__._,_.___
.

__,_._,___
RE: ORM Frameworks
country flaguser name
United States
2008-03-07 13:04:22

I work for a manufacturing company where we have several Java apps ranging in small-medium-high complexities in nature. We have hibernate as O/R mapping as the standard.&nbsp;Looks so far so good ..


&nbsp;

_______________________________________



To: chicago-javayahoogroups.com
From: ekm_bofayahoo.com
Date: Fri, 7 Mar 2008 17:35:08 +0000
Subject: [chicago-java] ORM Frameworks

I do not have any experience with any OR mapping libraries, so I plan
on learning some. (My company is not exactly cutting edge.)

What is the status of OR mapping tool utilization in the Chicago
market? I assume Hibernate is used a lot. What about iBatis or JPOX?
Or can I just stick with Hibernate and leave it at that?


__._,_.___
.

__,_._,___
RE: ORM Frameworks
country flaguser name
United States
2008-03-07 13:20:47

Exactly what to use might depend on your motivation for moving to an ORM framework, which you did not say.

That aside, your best bet is to develop against an implementation-independent persistent API, such as the JPA, or JDO, which Hibernate (for example) implements. That way, in the future you can move to a better implementation without rewriting your application.

-Peris

-----Original Message-----
From: chicago-java%40yahoogroups.com">chicago-javayahoogroups.com on behalf of ekm_bofa
Sent: Fri 3/7/2008 11:35 AM
To: chicago-java%40yahoogroups.com">chicago-javayahoogroups.com
Subject: [chicago-java] ORM Frameworks

I do not have any experience with any OR mapping libraries, so I plan
on learning some. (My company is not exactly cutting edge.)

What is the status of OR mapping tool utilization in the Chicago
market? I assume Hibernate is used a lot. What about iBatis or JPOX?
Or can I just stick with Hibernate and leave it at that?

__._,_.___
.

__,_._,___
  
Re: ORM Frameworks
country flaguser name
United States
2008-03-07 13:46:36

Obviously it depends on your needs.&nbsp; Hibernate is very complete, very abstract, you can generally keep your code completely at the object layer and never need to worry about the database or SQL.  iBATIS takes a different approach, by giving you direct, fine-grained control over the SQL queries sitting behind your objects.&nbsp; I've heard very positive feedback about it from developers who are using it; they like how light-weight and straightforward it is.

It&#39;s also worth considering what your integration needs are.  If you're going to do JPA stuff, those specs were pretty much written by the Hibernate, err, I mean EJB3 expert group so Hibernate would be the path to take. ; If you're using Spring, there is good integration with Hibernate, iBATIS, JDBC, and lots more.

-Fred

On Fri, Mar 7, 2008 at 11:35 AM, ekm_bofa < ekm_bofayahoo.com">ekm_bofayahoo.com> wrote:

I do not have any experience with any OR mapping libraries, so I plan
on learning some. (My company is not exactly cutting edge.)

What is the status of OR mapping tool utilization in the Chicago
market? I assume Hibernate is used a lot. What about iBatis or JPOX?
Or can I just stick with Hibernate and leave it at that?

-- Science answers questions; philosophy questions answers

__._,_.___
.

__,_._,___
RE: ORM Frameworks
country flaguser name
United States
2008-03-10 16:04:30

I think this is a good point. You may not be able to do everything with
the standard API(such as JPA annotations) that you can do with the
vendor's native API(such as Hibernate annotations), but if you avoid
using the vendor API wherever possible, you keep your porting options
more realistic.

Jim

-----Original Message-----
From: chicago-java%40yahoogroups.com">chicago-javayahoogroups.com [mailto: chicago-java%40yahoogroups.com">chicago-javayahoogroups.com]
On Behalf Of Peris L. Brodsky
Sent: Friday, March 07, 2008 1:21 PM
To: chicago-java%40yahoogroups.com">chicago-javayahoogroups.com
Subject: RE: [chicago-java] ORM Frameworks

Exactly what to use might depend on your motivation for moving to an ORM
framework, which you did not say.

That aside, your best bet is to develop against an
implementation-independent persistent API, such as the JPA, or JDO,
which Hibernate (for example) implements. That way, in the future you
can move to a better implementation without rewriting your application.

-Peris

-----Original Message-----
From: chicago-java%40yahoogroups.com">chicago-javayahoogroups.com on behalf of ekm_bofa
Sent: Fri 3/7/2008 11:35 AM
To: chicago-java%40yahoogroups.com">chicago-javayahoogroups.com
Subject: [chicago-java] ORM Frameworks

I do not have any experience with any OR mapping libraries, so I plan on
learning some. (My company is not exactly cutting edge.)

What is the status of OR mapping tool utilization in the Chicago market?
I assume Hibernate is used a lot. What about iBatis or JPOX?
Or can I just stick with Hibernate and leave it at that?

__._,_.___
.

__,_._,___
[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )