Sheila's Blog

Software Development

Sheila's Blog header image 5

Entries from April 2nd, 2009

Adding Facelets and Seam UI to your application

April 2nd, 2009 No Comments

It’s generally recommended in seam applications that Facelets be used instead of JSP.  JSP pages are processed by the JSP container at the same time as they’re processed by the JSF engine which can cause conflicts.  Performance is also improved when the JSP engine isn’t used.  Facelets is a templating framework that also gives access [...]

Tags:   ·