Re: Using Wicket and Hibernate

2013-11-21 Thread Dan Alvizu
Here's an example of wicket spring and hibernate all working together, with an h2 database: https://github.com/dalvizu/wicket-spring-hibernate-template -Dan On Thu, Nov 21, 2013 at 8:30 AM, Gerrit Wassink gerrit.wass...@qfactors.nlwrote: Hello, I am reading Wicket in Action the part over

Using Wicket and Hibernate

2013-11-21 Thread Gerrit Wassink
Hello, I am reading Wicket in Action the part over wicket, spring and hibernate.Since i am new to concepts like wicket, spring and hibernate i want to learn about them.But also learning three new tools together is a bit much. Is it therefore a good idea to forget about Spring and make the mvc

Re: Using Wicket and Hibernate

2013-11-21 Thread Gerrit Wassink
Thanks! Dan Alvizu dalv...@pingidentity.com , 21-11-2013 14:59: Here's an example of wicket spring and hibernate all working together, with an h2 database: https://github.com/dalvizu/wicket-spring-hibernate-template -Dan On Thu, Nov 21, 2013 at 8:30 AM, Gerrit Wassink

Three tier layered application using Wicket + Spring + Hibernate. How would you handle transactions?

2009-02-10 Thread Kent Larsson
architecture using Hibernate, Spring and Wicket? If I use OSIV I will at least never run into lazy loading exceptions, on the other hand my transaction will live longer before being able to commit by being uncommitted in the view as well. Best regards, Kent

Re: Three tier layered application using Wicket + Spring + Hibernate. How would you handle transactions?

2009-02-10 Thread James Carman
Hibernate, Spring and Wicket? If I use OSIV I will at least never run into lazy loading exceptions, on the other hand my transaction will live longer before being able to commit by being uncommitted in the view as well. Best regards, Kent

Re: Three tier layered application using Wicket + Spring + Hibernate. How would you handle transactions?

2009-02-10 Thread Timo Rantalaiho
tier architecture using Hibernate, Spring and Wicket? No :) http://www.satisfice.com/blog/archives/27 There are a lot of good examples though, the one James posted is probably good and you should be able to find more by searching the Wiki and this list in Nabble. If I use OSIV I

Re: Maven multi module app using wicket spring hibernate

2008-04-07 Thread Korbinian Bachl - privat
you need to assign the correct application class (fully path!) derived from WebApplication - !--param-nameapplicationClassName/param-name param-valueHelloWorldApplication/param-value-- is outcommented and not set, correct this; also remember to call

Maven multi module app using wicket spring hibernate

2008-04-07 Thread pxk
but still i have this exception. I've used a filter configuration instead of a servlet but that is even worst. Can you pleaseee help me. -- View this message in context: http://www.nabble.com/Maven-multi-module-app-using-wicket-spring-hibernate-tp16537252p16537252.html Sent from

Re: Maven multi module app using wicket spring hibernate

2008-04-07 Thread GuĂ°mundur Bjarni
is the preferred way in Wicket 1.3. regards, GuĂ°mundur Bjarni -- View this message in context: http://www.nabble.com/Maven-multi-module-app-using-wicket-spring-hibernate-tp16537252p16537448.html Sent from the Wicket - User mailing list archive at Nabble.com