JSF 2.0 introduced a variety of new features, with the addition of the Facelets specification being the most widely anticipated by software engineers and application developers alike. Facelets became ...
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 ...
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 ...
Due to a management mandate, new webapps have to use JSF (+Facelets + ICEfaces) because 'its the standard'. Since Java web dev is new to our company, there is a big learning curve involved. <BR><BR>So ...