Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am new to Java. But I studies Core Java and J2EE1.4(Servlet N JSP) And recently I got one project in Java. This project is basically used for generating reports.

I am planning to use Hibernate for Database Operations with Struts. Any suggestions to use another framework in place of Sturts like Spring.

share|improve this question

closed as not a real question by Jigar Joshi, adarshr, Stewbob, BalusC, Bedwyr Humphreys May 2 at 13:49

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted

I suggest the following technologies for the project

Presentation Layer: Spring MVC web Flow. Data Access Layer: Hibernate. Report Generation: Spring Reporting Templates.

I suggest to Integrate Spring with Hibernate. Because Hibernate is good for handling the Data Base operations. Spring MVC 3.1 is having the more futures than Struts 1.3/2.0. Spring provided DataSource/ Entity Manager more efficiently for the Hibernate. Spring having String Templates to generate the Reports in your required format

share|improve this answer
Thanks Pavan Kumar. I am also thinking to implement Spring for this project. Can you tell me the any good links to start Spring as a beginner. – gauravoli Jun 15 '12 at 12:37

Not the answer you're looking for? Browse other questions tagged or ask your own question.