YAJF - yet another JSF Framework. There are a lot of JSF frameworks like RichFaces or PrimeFaces. Most of them brings a lot of features and they feel like fat clients. ButterFaces is a lightweight JSF ...
navigation flow. There are two peculiar tasks that every Web application performs-check that all required form fields are filled in and in case of any ...
One of the key strengths of JavaServer Faces (JSF) is that not only does it provide substantial technology for easy, out of the box component based J2EE Web applications assembly, but it also is a ...
Time and time again, when developing user interfaces with JSF, tasks that could be achieved quite easily using JavaScript become a giant hassle. A simple example is a page that includes a set of radio ...
JavaServer Faces (JSF) is the Java standard technology for building component-based, event-oriented web interfaces. Like JavaServer Pages (JSP), JSF allows access to server-side data and logic. Unlike ...
JavaServer Faces (JSF) applications require some sort of display technology, such as JavaServer Pages. One of the cool things about JSP is the ability to extend it with custom tags. A custom tag is a ...