Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

regarding what framework is for what

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi there,

I'm a newbie to all these frameworks. Can someone tell me what JSF, SPRING, HIBERNATE is good for. i know SPRING and HIBERNATE are object mapping framework. So can some one explain to which of Spring and Hibernate is good for developing a banking application.
what is JSF used for and also if Struts is a good method to implement the login verification form or if we have to go for any other framework.
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Spring isn't an ORM framework, Spring is lightweight container for building Java/Java EE applications.
Spring documentation is really first class, one of the best but if you want a book, I suggest "Spring In Action, 2nd Edition" by Manning.
Hibernate documentation is also great but again if you want to read a book, "Java Persistence With Hibernate" by Manning is outstanding.
For JSF, "JavaServer Faces In Action" is my favorite.

what is JSF used for and also if Struts is a good method to implement the login verification form or if we have to go for any other framework.


Login verification has nothing to do with any web framework.
 
Your buns are mine! But you can have this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic