Skip to content

Faces 4.0: rename "jsf" throughout source code to "faces" #1552

@BalusC

Description

@BalusC

"JSF" throughout source code must be renamed to "Jakarta Faces" or at least "Faces". No abbreviations.

For JavaScript:

  • Rename jsf.js file to faces.js
  • Rename window.jsf variable to window.faces (so jsf.util.*, jsf.ajax.*, jsf.push.* become faces.util.*, faces.ajax.*, faces.push.*)

For JNDI:

  • Rename jsf/ClientSideSecretKey to faces/ClientSideSecretKey
  • Rename jsf/FlashSecretKey to faces/FlashSecretKey

For passthrough elements:

  • Rename xmlns:jsf to xmlns:faces.
  • Advocate new namespace prefix in documentation (e.g. "such as <input type="text" jsf:id >" must become "such as <input type="text" faces:id >"

For log strings:

  • Rename key jsf.* to faces.*
  • Rename text "JSF" to "Faces"

For impl:

  • Rename com.sun.faces.facelets.tag.jsf package to com.sun.faces.facelets.tag.faces
  • Rename Jsf / JSF / jsf in method/variable/class names to Faces / Faces / faces
  • Rename mojarra.jsfcljs to mojarra.cljs

Doubts:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions