Hibernate + Spring MVC + JSF + Tiles...possible?!
Hi there,
I'm working on a web application that use Spring as controller and DI engine, Hibernate as data access layer and simple JSP whit Tiles as template framework...
I'm trying to figure out if is possible an approach like these...
M ---> Hibernate
V ---> JSF + Tiles
C ---> Spring
ie to replace the obsolete JSP whit JSF as view tier...
I've not found any documentation for starting with this architecture..
advice? tip? best practice?!
Thank's in advance...