Must I use spring Framework with JSF2 and Hibernate?
839824Jun 20 2011 — edited Jun 21 2011Hi all,
I'm starting to develop a web portal and I would use JSF2 and Hibernate.
Now I don't know JSF2 so I searched some tutorial.
I found a tutorial on JSF2 that seems very complete but in this tutorial I found a section where the author use Hibernate for the "model section", JSF2 for the "view section" and Spring for the "controller section"!
Now I have a doubt, can I develop a web portal without Spring MVC or I can't develop any controller's component with JSF2?
Thank you for your replies!