Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository contains the code for Jakarta Server Faces.
[Online JavaDoc](https://javadoc.io/doc/jakarta.faces/jakarta.faces-api)

Building
--------
-------------------------

Jakarta Server Faces can be built by executing the following from the project root:

Expand All @@ -14,12 +14,12 @@ Jakarta Server Faces can be built by executing the following from the project ro
The API jar can then be found in /app/target.

Making Changes
--------------
---------------------------

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

About Jakarta Server Faces
-------------
----------------------------

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
Expand Down