Hi Thank you for reading my post. I just want to know how does SEAM compare with facelets , or better i ask what does seam do and what does facelets do ? does SEAM has Facelets functionality in itself ?
SEAM and Facelets can not be compared. you can use facelet in jsp layer of seam to manager you jsf files better facelets is a component technology for jsf .
while seam is an integration framework which can help you to use jsf+ejb3+jbpm in a very managed and easy way. so , you can use facelets to make better manageable jsf files to use them with seam.