Hi All,
Is there a sample application on WebWork + Spring + Hibernate combo out there? There are sample applications that use WebWork + Spring or Spring + Hibernate together but can't find a three in one sample app. Any pointers?
Hi All,
Is there a sample application on WebWork + Spring + Hibernate combo out there? There are sample applications that use WebWork + Spring or Spring + Hibernate together but can't find a three in one sample app. Any pointers?
Spring does not provide a Webwork example. There is an example however, located at the Opensymphony Wiki.
http://wiki.opensymphony.com/display...ng+Integration
Maybe you could update us on the experiences you're having with this?
Yea sure,
Hacked together, webwork, spring and hibernate, and got it working for a sample web application. It looks good and a joy to work in, though keep stumbling cos of my own lack of knowledge of the frameworks. So was trying to find some sample apps to learn more from them.
Integrated, spring and xwork via the external reference resolver. It uses both for something like this,
- webwork actions. xwork interceptors,validation framework & hooking spring managed dao's.
- spring IoC for dao, hibernate configuration & hibernate templates
Will try to get something more working now.