JavaServer
TM
Faces Release Notes
Release Notes
Specification Version: 1.2MR1
Implementation Version: 1.2_07 FCS
This document contains information that should help you use this software library more effectively. See the
JSF FAQ for additional information.
Java
TM
2 Platform, Standard Edition (J2SE
TM
) Requirements
This release of JSF requires
J2SE 5.0 or higher.
Webtier Specification Requirements
This release of JSF requires:
Identifying the JAR Files
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. |
Upgrading GlassFish V1/V2 to JSF 1.2_07
- download the 1.2_07 binary bundle from the project page
- backup your existing jsf-impl.jar found in GF_HOME/lib
- copy the new jsf-api and jsf-impl JARs to GF_HOME/lib
- edit your GF_HOME/domains/<domain-name>/config/domain.xml
and add
'classpath-prefix="${com.sun.aas.installRoot}/lib/jsf-api.jar"
to the java-config element
- restart your server
Change Log