This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I want to use Hibernate with Struts 2 for persistence. Does Struts 2 has ORM framework support like Spring framework OR do we have to write our own Hibernate code in Struts 2 action classes. I have searched the net for articles(http://cwiki.apache.org/S2WIKI/struts-2-spring-2-jpa-ajax.html) but couldn't find a good article which explains how to integrate struts 2 with Hibernate. Please Help as i am unable to fins a solution. Thanks in advance.
Amit Y Desai
Ranch Hand
Joined: Dec 06, 2007
Posts: 35
posted
0
no there is no framework in struts for ORM...you have to write hibernate layer and intergrate with struts 2...
A good approach is design integration tier to hand abstraction for hibernate layer...entier hibernate code should be encapsulated using DAO approach..
I had been working on application that has same configurations.incase of further issue let me know.
Siddharth Bhargava
Ranch Hand
Joined: Feb 23, 2007
Posts: 227
posted
0
I tried Hibernate integration with struts 2. I wrote the code for hibernate. The problem is that my form data is not being populated with values. The values are coming null.