I have created a Spring MVC project with JSP and Hibernate and it works great. Now I would like to use Facelets instead of JSP.
My thought is to use Facelets like PrimeFaces as view instead of JSP, Spring MVC framework in the middle and probably Hibernate in the backend.
Is it possible? If yes, how can I achieve this ? If not, why not?