Registry / web-framework / jakarta-faces

jakarta-faces

JSON →
library4.1.9javamavenunverified

EE4J compatible implementation of the Jakarta Faces API for building web UIs in Java EE.

<dependency> <groupId>org.glassfish</groupId> <artifactId>jakarta.faces</artifactId> <version>4.1.9</version> </dependency>
INSTALL
IMPORT
SIG · JAKARTA-FACES
J
jakarta-faces
web-frameworkjavav4.1.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FacesMessage
jakarta.faces.application.FacesMessage

Create a FacesMessage for use in JSF applications.

import jakarta.faces.application.FacesMessage; FacesMessage msg = new FacesMessage("Hello", "World");
Debug
Known issues
breakingJakarta Faces replaces javax.faces; migration requires namespace changes.
fix
Update imports from javax.faces.* to jakarta.faces.* and use compatible containers.
affects: >=4.0
Upgrade
Version history
4.1.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
jakarta-faces — mvn dependency:get jakarta-faces · libregistry