Re: looking for example wicket and hibernate

2009-12-25 Thread Janning Vygen
Hi we have been starting with our hibernate/spring/wicket app a few weeks ago and its quite easy. We do it with maven2 like this: i show you some snippets, please ask me if you have any further questions: in your pom.xml: = properties

Re: looking for example wicket and hibernate

2009-12-24 Thread nino martinez wael
Theres also wicket Iolite, or I think the legup by jweekend.. 2009/12/24 Martin Makundi martin.maku...@koodaripalvelut.com: Do not mix hibernate and wicket (web gui). Keep your persistence logic somewhere else. However, if you want only wicket-spring integration you can find some here:

looking for example wicket and hibernate

2009-12-23 Thread Johan den Boer
Hi I am looking for a real working example on wicket and hibernate. I have read the books 'Wcket in Action', 'Pro Wicket' and other books but none of them give a real working example. Can somebody point me to a real working example or can sent to me. The most problem i have with the

Re: looking for example wicket and hibernate

2009-12-23 Thread Martin Makundi
Do not mix hibernate and wicket (web gui). Keep your persistence logic somewhere else. However, if you want only wicket-spring integration you can find some here: http://www.wicket-library.com/wicket-examples/spring/ ** Martin 2009/12/24 Johan den Boer johanj.denb...@gmail.com: Hi I am