JavaServer(TM) Faces 1.2
|
JSF Community
|
This document contains information that should help you use this software library more effectively. See the JSF FAQ for additional information.
This release of JSF requires J2SE 5.0 or higher.
This release of JSF requires:
JAR File | Description |
---|---|
jsf-api.jar | This JAR contains all of the public APIs as described by the specification. |
jsf-impl.jar | This JAR contains the runtime implementation per the specification. |
There are three steps to this process:
APPSERV_HOME/domains/<domain-name>/config/default-web.xml
and add the following context init parameter:
<context-param> <param-name>com.sun.faces.injectionProvider</param-name> <param-value>com.sun.faces.vendor.GlassFishInjectionProvider</param-value> </context-param>