https://github.com/jakartaee/faces
Jakarta Faces
https://github.com/jakartaee/faces
gui mvc webframework
Last synced: about 1 month ago
JSON representation
Jakarta Faces
- Host: GitHub
- URL: https://github.com/jakartaee/faces
- Owner: jakartaee
- License: other
- Created: 2019-08-05T08:56:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T11:35:54.000Z (about 2 months ago)
- Last Synced: 2025-05-07T12:56:20.935Z (about 1 month ago)
- Topics: gui, mvc, webframework
- Language: Java
- Homepage:
- Size: 13.5 MB
- Stars: 111
- Watchers: 21
- Forks: 57
- Open Issues: 437
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-java - Jakarta Faces
README
# Jakarta Faces 4.1
This repository contains independent projects for Jakarta Faces 4.1 API, Specification and TCK.
[Online JavaDoc](https://jakarta.ee/specifications/faces/4.1/apidocs/)
## About Jakarta Faces
Jakarta Faces defines an MVC framework for building user interfaces for web applications,
including UI components, state management, event handling, input validation, page navigation, and
support for internationalization and accessibility.## Building
Refer to the `README.md` of the subprojects.
## Making Changes
To make changes, fork this repository, make your changes, and submit a pull request.
## Plans for Faces.next
### 5.0
- https://github.com/jakartaee/faces/milestone/22
## Branches
The `master` branch **must** represent the latest release version, which is currently 4.1.
Work for Faces.next **must** go in separate branches matching their version.