JSF 2.0: Introduction and Overview
Posted by Qasim Khan on May 30, 2010
JavaServer Faces (JSF) is a Java-based Web application framework intended to simplify development integration of web-based user interfaces.
JSF is a request-driven MVC web framework based on component driven UI design model, using XML files called view templates or Facelets views. Requests are processed...