Pages

Friday, February 11, 2011

JSF(Java Server Faces) tutorial sample application

Java Server Faces(JSF) is a specification which defines a Component based MVC framework.
Typically,
Model       - Managed Beans
View         - Components
Controller  - FacesServlet
Building high quality web application user interfaces is hard as it involves HTTP request/response model,browser capabilities,need to support multiple client device types.
JSF to the rescue: