Ajax has been used for many years since web 2.0. Its primary goal is to provide a refresh-free experience. Using ajax technology is very easy in JSF, for it integrates javascript library used to implement ajax functionality into a single jsf tag. Project source code on github Add Ajax Support In our notebook project, we […]
Month: June 2017

JSF Tutorial – Listeners and Standard Validators
A note: Starting from this tutorial, I will dive into the depth of each component included in the Java EE. The following series of blogs will be talking about JSF technology, from beginner to advanced level, and it still uses Notebook as the study project and demonstrate functionalities provided by JSF. Now let’s talk about […]