WAS v8.5 > Migrate, coexist, and interoperate > Migrating web applications > Migrating web application components

JavaServer Faces migration

In WebSphere Application Server V8.0 and later, the default JavaServer Faces (JSF) implementation has changed to MyFaces.


Choose the correct JSF implementation

After updating WAS, the initial state for all applications will be to use the MyFaces 2.0 JSF implementation. The Sun Reference Implementation (RI) is still optionally configurable for migrated applications that require behaviors specific to this implementation.

Deprecated feature: The RI is included in a deprecated state and only at the JSF 1.2 specification level.. Some examples when an application might require the RI include, but are not limited to:


IBM JavaServer Faces widget library

You must update widget library to version 3.1.6 or higher to enable compatibility with the changes in the JSF 2.0 specification. Obtain a compatible version of JWL by upgrading IBM Rational Application Developer for WebSphere to 7.5.5.2 or later or installing IBM Rational Application Developer for WebSphere V8.0 and later.

JWL is deprecated and does not work with facelets-based JSF pages; it only works with JSF pages that are built using the JSP (JSP) technology.


JSF 2.0 exception handling

The default behavior for JSF when unexpected exceptions occur during JSF lifecycle processing has changed. Prior to JSF 2.0, unexpected exceptions during lifecycle processing were hidden by the runtime environment. This behavior is no longer the case with JSF 2.0. Exceptions are now published to the new ExceptionHandler API, as described in section 6.2 of the JSF 2.0 specification.

Add the following code snippet in the <factory> section of the faces-config.xml file to any applications that have a requirement on the previously-defined behavior:

<exception-handlerfactory>   javax.faces.webapp.PreJsf2ExceptionHandlerFactory
</exception-handlerfactory>


Related concepts:

JavaServer Faces


Related


Configure JSF engine parameters
Configure JavaServer Faces implementation
Manage JavaServer Faces implementations using wsadmin.sh


Reference:

JSF engine configuration parameters


+

Search Tips   |   Advanced Search