Facelets are an add-on you can use to get templating into your JSF development. It supports the JSF Reference Implementation and also MyFaces. So, the most JSF implementations can use it out-of-the-box.
Facelets are an add-on you can use to get templating into your JSF development. It supports the JSF Reference Implementation and also MyFaces. So, the most JSF implementations can use it out-of-the-box.
One of the most well-known patterns is the Observer pattern, well described in the Gang of Four (GoF) book. It allows to separate the application logic from the view(s) (if you have the focus on MVC implementations) or simply implements a notification mechanism that allows to update objects if others change their state (publisher –… Continue Reading