RE: Hibernate object relational mapping

2005-02-10 Thread Thiago Pinheiro
Hibernate rocks -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 10 de fevereiro de 2005 12:58 To: user@struts.apache.org Subject: Hibernate object relational mapping I'm looking for opinions on using Hibernate with struts. Pro's /cons. etc. My ap

RE: Hibernate object relational mapping

2005-02-10 Thread Thiago Pinheiro
Hibernate rocks -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 10 de fevereiro de 2005 12:58 To: user@struts.apache.org Subject: Hibernate object relational mapping I'm looking for opinions on using Hibernate with struts. Pro's /cons. etc. My ap

RE: Hibernate object relational mapping

2005-02-10 Thread Brian McGovern
All good points -Original Message- From: Soaring Eagle [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 12:18 PM To: Struts Users Mailing List Subject: Re: Hibernate object relational mapping Well, hibernate does the one thing of database access very well, but one still has

Re: Hibernate object relational mapping

2005-02-10 Thread Soaring Eagle
Well, hibernate does the one thing of database access very well, but one still has to learn hibernate - just as one would have to learn SQL or JDBC and one still has to maintain hibernate when your business object design or data schema changes - just as one would have to maintain SQL and Data Acces

Re: Hibernate object relational mapping

2005-02-10 Thread Bryce Fischer
I honestly don't know how much different using Hibernate will degrade as compared to using Stored Procedures... But, on top of the advice everyone else has given you, you might look at Ibatis. I personally have never used it, but I mean to soon. My thought is this: Its fairly easy to write your

Re: Hibernate object relational mapping

2005-02-10 Thread Daniel Watrous
PROTECTED]> Sent: Thursday, February 10, 2005 9:19 AM Subject: RE: Hibernate object relational mapping That was my question. From what i understand hibernate uses sql statements not stored procs. And i assumed that even though it was more coding on my part, that using stored procs and JDBC i

RE: Hibernate object relational mapping

2005-02-10 Thread Brian McGovern
-Original Message- From: Soaring Eagle [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 11:10 AM To: Struts Users Mailing List Subject: Re: Hibernate object relational mapping why would app speed be threatened? is it a big threat (like 50 % downgrade or 10% downgrade?). Whats the problem

Re: Hibernate object relational mapping

2005-02-10 Thread Soaring Eagle
rong, i wasn't knocking it. But my main concern is app speed > difference using stored procs or hibernate. > > -Original Message- > From: Lee Harrington [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 10, 2005 10:10 AM > To: Struts Users Mailing List > Subject:

Re: Hibernate object relational mapping

2005-02-10 Thread Keith Sader
: > Don't get me wrong, i wasn't knocking it. But my main concern is app speed > difference using stored procs or hibernate. > > -Original Message- > From: Lee Harrington [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 10, 2005 10:10 AM > To: Struts Use

RE: Hibernate object relational mapping

2005-02-10 Thread Brian McGovern
Don't get me wrong, i wasn't knocking it. But my main concern is app speed difference using stored procs or hibernate. -Original Message- From: Lee Harrington [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 10:10 AM To: Struts Users Mailing List Subject: Re: Hibern

Re: Hibernate object relational mapping

2005-02-10 Thread Daniel Watrous
Sent: Thursday, February 10, 2005 8:10 AM Subject: Re: Hibernate object relational mapping I use hibernate...it's not a "tool for those who don't know sql" -- as I've been a database developer for 20+ years. It's a tool for those who: 1. don't want to have to w

Re: Hibernate object relational mapping

2005-02-10 Thread Lee Harrington
I use hibernate...it's not a "tool for those who don't know sql" -- as I've been a database developer for 20+ years. It's a tool for those who: 1. don't want to have to write a lot of redundant code just to insert, update, delete 2. don't want to have to hand code "class.property = recordset.getF