Carlos Adolfo Ortiz Quiros schrieb:
Hi
In this URL
https://javaserverfaces.dev.java.net/servlets/ProjectDocumentList?folderID=2204
the user has taken the sitemesh-example.war plus the jsf-guessNumber to
work.
Question is:
I would like to know if Sitemesh works with Tomahawk library using the
extensions filter tomahawk needs, that is, Sitemesh template decorates
pages written in JSF technology and I also wonder if the Sitemesh
template can be also a JSF page.
Any thoughts?
Or should I use Facelet?
Or should I use Tiles 2?
I don't know the answer to the above questions, but compared to Tiles
and Sitemesh, Facelets are very well integrated in JSF (including
working configurations using the popular AJAX based JSF component sets)
and you get rid of the constant wish to use that old legacy JSP stuff,
that causes trouble and headaches.
So if you are free to choose, take a closer look at Facelets.
Just my 0.02$,
Christian