JSF
-
Enterprise Java
Integrating Spring & JavaServer Faces : Improved Templating
With the release of version 2.0 Facelet templating became a core part of the JSF specification. Using <ui:composition> and <ui:decorate>…
Read More » -
Enterprise Java
Lazy JSF Primefaces Datatable Pagination – Part 2
The page code is very simple and there is no complication. Check the “index.xhtml” code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML…
Read More » -
Enterprise Java
Lazy JSF Primefaces Datatable Pagination – Part 1
Today we will do JSF datatable pagination with a Lazy List with a view scoped managed bean. What all those…
Read More » -
Enterprise Java
JSF 2, PrimeFaces 3, Spring 3 & Hibernate 4 Integration Project
This article shows how to integrate JSF2, PrimeFaces3, Spring3 and Hibernate4 Technologies. It provides a general project template for Java…
Read More » -
Enterprise Java
5 useful methods JSF developers should know
The aim of this post is a summary about some handy methods for JSF developers they can use in their…
Read More » -
Enterprise Java
Spring & JSF integration: MVC Nuts and Bolts
I have attempted to integrate JSF with Spring MVC in the past, and whilst my first attempt worked, it was…
Read More » -
Enterprise Java
Spring & JSF integration: Navigation
This is the first in what I hope will be a series of blogs about my efforts to provide deep…
Read More » -
Enterprise Java
Choosing Between Vaadin and JSF
With the recent release of Primefaces 3.0, JSF finally reaches an unprecedent level of maturity and utility that puts it…
Read More » -
Enterprise Java
JSF and the “immediate” Attribute – Command Components
The immediate attribute in JSF is commonly misunderstood. If you don’t believe me, check out Stack Overflow. Part of the…
Read More »