A Simple JSF Program
- The JSF container converts a JSF page to an HTML page, replacing JSF tags with text and HTML
- In the example, the h:outputText tag has the value binding #{dateTime.time}
- Value bindings link JSF pages with Java objects
- The Java objects are defined in a configuration file
- Named faces-config.xml
- Placed in the WEB-INF subdirectory of the web application's base directory