Re: Wicket + Hibernate without Spring for lazy loading

2009-10-05 Thread nino martinez wael
t that big of a deal. > > > > I am a wicket newbie and want to get this right as this is the first > > wicket project which will lead to a much larger higher traffic project > > that is currently planned to be developed using wicket. > > > > Thanks. > > >

Re: Wicket + Hibernate without Spring for lazy loading

2009-10-05 Thread James Perry
to get this right as this is the first > wicket project which will lead to a much larger higher traffic project > that is currently planned to be developed using wicket. > > Thanks. > > > > > -----Original Message- > From: Adrian Merrall [mailto:pigeonra...@gmail.com]

Re: Wicket + Hibernate without Spring for lazy loading

2009-10-05 Thread Igor Vaynberg
icket project which will lead to a much larger higher 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 A

RE: Wicket + Hibernate without Spring for lazy loading

2009-10-05 Thread Jeffrey Schneller
ger higher 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 loadi

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 i

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 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 stuff like Maven, Spring etc.

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 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 but if it is the only way

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 LoadableDetachableModel