Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 774 Bytes

File metadata and controls

28 lines (17 loc) · 774 Bytes

Jakarta Faces

This repository contains the code for Jakarta Faces.

Online JavaDoc

Building

Jakarta 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. The SPEC html/pdf can then be found in /spec/target/generated-docs.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

About Jakarta Faces

Jakarta 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.