Chapter 1. Web application basics 15
javax.faces.render Contains classes and interfaces defining the
rendering model.
javax.faces.validator Contains interface defining the validator model,
and concrete validator implementation classes.
javax.faces.webapp Contains classes required for integration of
JavaServer Faces into Web applications, including
a standard servlet, base classes for JSP custom
component tags, and concrete tag
implementations for core tags.
To learn more about JSF, go to the following URL:
http://www.java.sun.com/j2ee/javaserverfaces/download.html
1.5 Model-View-Controller architecture
Model-View-Controller (MVC) is well-suited for interactive Web applications,
especially Web applications in which a Web user interacts with a W ...