Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Birgitta Böckeler, Distinguished Engineer at ...
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 ...
If you have an abstract class with generic types and try to set that attribute with f:viewParam, always get String type if running with Java 11. If you run the same code with Java 8, it works as ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Birgitta Böckeler, Distinguished Engineer at ...
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 ...
Due in the third quarter of 2016, JSF 2.3 is being positioned as the default MVC framework for Java EE. Four categories of improvement are listed in the JSR: Small scale new features Community driven ...
Este repositório contém uma coleção de projetos em Java com o framework JSF (JavaServer Faces). Os projetos abrangem diferentes funcionalidades e exemplos de uso do JSF para o desenvolvimento de ...
No matter what type of Java development you do, from server side or client side programming to consumer or enterprise apps, mobile is probably changing the way you do your job. There's just no getting ...
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 ...