What is the JavaServer Faces specification all about? Why is it important to Web development? Among other things, JavaServer Faces technology is a framework that simplifies user interface (UI) ...
Recall from Part 1 that JavaServer Faces (JSF) is conceptually a mixture of Struts (Apache’s popular open source JSP framework) and Swing (Java’s standard desktop application framework). Like Struts, ...
Over the last few years, a variety of frameworks for building Java–based web applications have been created. For years, Struts have aided developers build web applications using a variation of the ...
The Java Community Process is refreshingly low-key compared to much of the software industry, so it was probably not surprising that there was very little hoopla this past week when JavaServer Faces ...
In this article, I look at JSF 2 and how it fits into the Java EE ecosystem. When building a web application we provide the end user with a way to interact with our application and this is what JSF ...
Moreover, he said, JavaServer Faces support will go a long way toward easing the task of user interface development in the Java world. "Developing a thin Java client supporting -- for example, DHTML - ...
In a continuing look back series, let's take a look at JavaServer Faces. This is a technology was first rolled out in 2004 and my first encounter with it was shortly after that in 2005. It is part of ...
Has there ever been a better time to be a Java programmer? From new Spring releases to active JUGs, the Java platform is experiencing a renaissance. Continue Reading ...
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 ...