How can use Struts 2.0, Spring and Hibernate in my framework
Is it possible put these 开发者_Go百科three framework Spring, Struts 2.0 and Hibernate in single application and how without using JPA?
Struts2, Spring and Hibernate ARE frameworks, so your question makes little sense. If you mean "can I use Struts2, Spring and Hibernate to build my web application?", the answer is yes, in principle - they play together all right.
Check the official documentation of springsource to know how it works and how to implement them.
Spring Official documentation Look at Current Releases -> Reference manual, of your version. Everything is explained.
With the information you provide, use the Hibernate JPA implementation and you are done.
精彩评论