Re: Wicket + Hibernate without Spring for lazy loading

2009-10-05 Thread Adrian Merrall
Google for a wicket london weekend presentation and follow up blog on loading jpa entity managers on demand. There have also been various posts relating to using the open session in view Hibernate filter. The JPA blog entry uses the requestcycle to prepare a thread local. The first call to use

RE: Wicket + Hibernate without Spring for lazy loading

2009-10-05 Thread Jeffrey Schneller
traffic project that is currently planned to be developed using wicket. Thanks. -Original Message- From: Adrian Merrall [mailto:pigeonra...@gmail.com] Sent: Monday, October 05, 2009 6:17 AM To: users@wicket.apache.org Subject: Re: Wicket + Hibernate without Spring for lazy loading Google

Re: Wicket + Hibernate without Spring for lazy loading

2009-10-05 Thread James Perry
. -Original Message- From: Adrian Merrall [mailto:pigeonra...@gmail.com] Sent: Monday, October 05, 2009 6:17 AM To: users@wicket.apache.org Subject: Re: Wicket + Hibernate without Spring for lazy loading Google for a wicket london weekend presentation and follow up blog on loading jpa entity

Re: Wicket + Hibernate without Spring for lazy loading

2009-10-05 Thread nino martinez wael
To: users@wicket.apache.org Subject: Re: Wicket + Hibernate without Spring for lazy loading Google for a wicket london weekend presentation and follow up blog on loading jpa entity managers on demand. There have also been various posts relating to using the open session in view Hibernate

Wicket + Hibernate without Spring for lazy loading

2009-10-04 Thread Jeffrey Schneller
Is it possible to use Wicket and Hibernate without implementing Spring to do lazy loading of properties through Hibernate? I really don't want to bloat my code to implement Spring but if it is the only way to do it then I will. If that is the case, I guess I need to use

Re: Wicket + Hibernate without Spring for lazy loading

2009-10-04 Thread Igor Vaynberg
see databinder.net -igor On Sun, Oct 4, 2009 at 8:12 PM, Jeffrey Schneller jeffrey.schnel...@envisa.com wrote: Is it possible to use Wicket and Hibernate without implementing Spring to do lazy loading of properties through Hibernate?  I really don't want to bloat my code to implement Spring

Re: Wicket + Hibernate without Spring for lazy loading

2009-10-04 Thread Petr Fejfar
On Mon, Oct 5, 2009 at 5:12 AM, Jeffrey Schneller jeffrey.schnel...@envisa.com wrote: I really don't want to bloat my code to implement Spring but if it is the only way to do it then I will. When I've started learning of Wicket few month ago, my position was the similiar: I'd like to avoid