I am new to eclipse ,can you give detailed information about to develope struts2and hibernate integration step by step process please give steps in eclipse.
struts2 and hibernate integration
Collapse
X
-
You are going about all this the wrong way. Struts is a MVC framework, hibernate is a JPA implementation and Eclipse is an IDE. Don't think about integrating tools, think about developing an application that solves the business problem you have and at each stage choose a tool that best applies to the problem. Tool driven development is bad. You should develop your application in such a way that it has no dependencies whatsoever on eclipse (or any IDE).
Comment