Facelets tutorial: Using composition components

In the previous Facelets Tutorial we have shown a simple facelet example that demonstrates the use of templates to promote code reuse. In this tutorial we will show how to create composition components to create extensible components. What is a Facelets Composite Component? A composite component is a special type of template that acts as … Read more

Facelets tutorial: Using Templates

What are Facelets ? In short, Facelets is a core component of Jakarta Faces specification and also the preferred presentation technology for building Jakarta Faces technology-based applications. In this sample article we will see a few simple example of this technology.

Read more