This repository contains the code for Jakarta Server Faces.
Jakarta Server Faces can be built by executing the following from the project root:
mvn clean package
The API jar can then be found in /app/target.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Server Faces defines an MVC framework for building user interfaces for web applications, including UI components, state management, event handing, input validation, page navigation, and support for internationalization and accessibility.