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 ...
In this tutorial you will learn how to make a simple CRUD application using Java Server Faces (JSF), Primefaces framework, Java Persistent API (JPA) & MySQL database management system. Our app will be ...
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 ...
This blog post focuses on the two JSF 2.x implementations: Oracle Mojarra (Reference Implementation) and Apache MyFaces. Older implementations (JSF 1.x) are also likely to be affected by the ...
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 ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Some have asserted that I’ve been picking on Amazon. The fact is, a number of recently published ...
This is mostly a rant because it’s driving me absolutely crazy! I have a real hard time imagining anybody actually using it for serious work, though my prof insists that it’s widely used and much ...