+

Search Tips   |   Advanced Search

Manage JavaServer Faces implementations using wsadmin.sh

JavaServer Faces (JSF) is a user interface framework, or API, that eases the development of Java-based web applications. The product supports JSF at a runtime level, which reduces the size of applications because runtime binaries are not included in the web application. Use the wsadmin tool to set the JSF implementation as the Apache MyFaces 2.2 project.

Use the JSF run time for the following tasks:


Tasks

  1. Start the wsadmin scripting tool.

  2. Review specification documentation for JSF 2.2 to determine whether to use JSF with the applications.

  3. Use the modifyJSFImplementation command for the AdminTask object to set the JSF implementation. Set the MyFaces implementation for JSF:
    AdminTask.modifyJSFImplementation('application _name', '[-implName "MyFaces"]')
    

    The only valid value for the -implName parameter is MyFaces. MyFaces sets the JSF implementation to the default implementation, which is MyFaces 2.2.

  4. Recompile the JavaServer Pages (JSP) if you switched implementations and use precompiled JavaServer Pages (JSP) that contain JSF .


Related:

  • JavaServer Faces
  • JSP class loading settings
  • JSFCommands
  • JSP and JSF option settings