Re: Hibernate Object and JSF Bean Design

2007-01-28 Thread stormspire
-and-JSF-Bean-Design-tf3032608.html#a8683409 Sent from the MyFaces - Users mailing list archive at Nabble.com.

RE: Hibernate Object and JSF Bean Design

2007-01-19 Thread stormspire
use hibernate proxies again in my managed-beans. With kind regards, Marco Beelen -Original Message- From: stormspire [mailto:[EMAIL PROTECTED] Sent: donderdag 18 januari 2007 8:22 To: users@myfaces.apache.org Subject: Hibernate Object and JSF Bean Design Now my JSF

RE: Hibernate Object and JSF Bean Design

2007-01-19 Thread stormspire
://www.nabble.com/Hibernate-Object-and-JSF-Bean-Design-tf30326 08.html#a8425940 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- View this message in context: http://www.nabble.com/Hibernate-Object-and-JSF-Bean-Design-tf3032608.html#a8445701 Sent from the MyFaces - Users

Re: Hibernate Object and JSF Bean Design

2007-01-19 Thread David Delbecq
: stormspire [mailto:[EMAIL PROTECTED] Sent: donderdag 18 januari 2007 8:22 To: users@myfaces.apache.org Subject: Hibernate Object and JSF Bean Design Now my JSF managed Bean contains some business object which is hiberante object. My friend told me this design is wrong, he says the managed

Re: Hibernate Object and JSF Bean Design

2007-01-19 Thread Mario Ivankovits
Hi! Well, I work in an mid size project, approx 3000 java files and 300 jsps. No need for load balancing or failover, which makes things easier ;-) We moved (or currently move) from our own persistence to hibernate with all its problems (Lazy loading, detached objects, ...) Exceptions all

Re: Hibernate Object and JSF Bean Design

2007-01-19 Thread Mario Ivankovits
Hi! Well, I work in an mid size project, approx 3000 java files and 300 jsps. No need for load balancing or failover, which makes things easier ;-) Oh, I forget, we directly use Hibernate Objects in our view too. Ciao, Mario

RE: Hibernate Object and JSF Bean Design

2007-01-18 Thread Giampaolo Tomassoni
://www.nabble.com/Hibernate-Object-and-JSF-Bean-Design-tf30326 08.html#a8425940 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Hibernate Object and JSF Bean Design

2007-01-17 Thread stormspire
from hibernate, so I can directly call object lazily loaded for master and detail example. Any comments? -- View this message in context: http://www.nabble.com/Hibernate-Object-and-JSF-Bean-Design-tf3032608.html#a8425940 Sent from the MyFaces - Users mailing list archive at Nabble.com.