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) ...
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 ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Anurag Kale discusses the transition from ...
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 ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Client-side JavaScript frameworks are all the rage, but they aren’t always the right answer if ...
Everyone who codes Java EE web applications needs to pay attention to exception handling. When a program encounters an error, developers can display friendly messages for end users, which increases ...