Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

spring mvc with facelets

Is it possible to use facelets as view technology with Spring MVC? There is no mention about it in the official documentation, but I've heard that Facelets are very convenient and easy to use and I'd like to try it, I just don't know how...

like image 669
mike27 Avatar asked Oct 06 '10 18:10

mike27


2 Answers

It might be worth trying Spring Web Flow, that comes with JSF2 (facelets) support:

http://static.springsource.org/spring-webflow/docs/2.3.x/reference/htmlsingle/spring-webflow-reference.html#whatsnew-swf-220

This link to the official documentation has a sample app integrating Spring WebFlow with faces.

like image 69
alex lopez Avatar answered Oct 06 '22 00:10

alex lopez


It is possible to configure Spring MVC with Facelets. Check the solution here: https://github.com/acichon89/springmvcfacelets

like image 32
Cichy Avatar answered Oct 06 '22 01:10

Cichy