What is the difference between EJB, hibernate, spring and JSF? [closed]
These are frameworks for different layers. JSF is for the view (web) layer, it’s a component oriented framework (every part of a page is a component, it has state) like Wicket or Tapestry, and unlike Action frameworks like Spring MVC, Struts or Stripes Books: Core JavaServer Faces (3rd Edition) Tutorials: CoreServlets.com EJB 3.x is a … Read more