https://github.com/primefaces-extensions/primefaces-extensions
PrimeFaces Extensions
https://github.com/primefaces-extensions/primefaces-extensions
faces faces-4 java javaee jsf jsf2 primefaces primefaces-extensions
Last synced: about 1 month ago
JSON representation
PrimeFaces Extensions
- Host: GitHub
- URL: https://github.com/primefaces-extensions/primefaces-extensions
- Owner: primefaces-extensions
- License: mit
- Created: 2013-01-02T20:39:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2026-01-05T06:01:40.000Z (about 2 months ago)
- Last Synced: 2026-01-06T16:13:16.615Z (about 2 months ago)
- Topics: faces, faces-4, java, javaee, jsf, jsf2, primefaces, primefaces-extensions
- Language: JavaScript
- Homepage: https://primefaces-extensions.github.io/
- Size: 45.5 MB
- Stars: 117
- Watchers: 31
- Forks: 113
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-java - PrimeFaces Extensions
README
# PrimeFaces Extensions
[](https://repo1.maven.org/maven2/org/primefaces/extensions/primefaces-extensions/)
[](https://github.com/primefaces-extensions/primefaces-extensions/actions)
[](https://sonarcloud.io/dashboard?id=org.primefaces.extensions%3Aprimefaces-extensions-parent)
[](https://discord.gg/gzKFYnpmCY)
[](https://stackoverflow.com/questions/tagged/primefaces-extensions)
[](https://opensource.org/licenses/MIT)
This is an overview page, please visit [primefaces-extensions.github.io](http://primefaces-extensions.github.io/) or the [showcase](https://primefaces-extensions-showcase-55pq8.ondigitalocean.app/) for more information.
## Versioning
There are multiple versions available please check which one for your PrimeFaces release version.
| Version | Explanation | Showcase |
| --- | --- | --- |
| unreleased | PrimeFaces 16.0.0 | [HTTPS](https://primefaces-extensions-showcase-55pq8.ondigitalocean.app/) |
|  | PrimeFaces 15.0.0 | [HTTPS](https://primefaces15-extensions-showcase-totdb.ondigitalocean.app/) |
|  | PrimeFaces 14.0.0 | |
|  | PrimeFaces 13.0.0 | |
|  | PrimeFaces 12.0.0 | |
|  | PrimeFaces 11.0.0 | |
|  | PrimeFaces 10.0.0 | |
|  | PrimeFaces 8.0 | |
## Maven
### Release (javax)
```xml
org.primefaces.extensions
primefaces-extensions
${primefaces-extensions.version}
org.primefaces.extensions
resources-monacoeditor
${primefaces-extensions.version}
```
### Release (jakarta)
```xml
org.primefaces.extensions
primefaces-extensions
${primefaces-extensions.version}
jakarta
```
## Namespaces
The PrimeFaces Extensions namespace is necessary to add PrimeFaces Extensions components to your pages.
**Faces 2.3**
```xml
xmlns:pe="http://primefaces.org/ui/extensions"
```
**Faces 4.0+**
```xml
xmlns:pe="primefaces.extensions"
```
## Getting Started
Please refer to the [Getting Started Guide](https://github.com/primefaces-extensions/primefaces-extensions.github.com/wiki/Getting-Started) to see what you need
to get started and any optional libraries.
## Migration Guide
***
Please refer to the [Migration Guide](https://github.com/primefaces-extensions/primefaces-extensions.github.com/wiki/Migration-Guide).
## Demo
Please refer to the Showcase submodule in order to see the full usage of the components. Simply do the following to run the Showcase:
```sh
cd showcase
mvn clean jetty:run
```
Then open your web browser to http://localhost:8080/showcase-ext/
## Issues
Please report all issues [here](https://github.com/primefaces-extensions/primefaces-extensions/issues).
## Releasing
1. Go to the `Actions` tab in GitHub
2. Select the "Release" workflow
3. Click "Run workflow"
4. You will be prompted for:
- Branch (default to `master`)
- Version to release (e.g. 8.0.2)
- Next development version (e.g. 8.0.3-SNAPSHOT)
5. The workflow will automatically:
- Set the release version in all pom.xml files
- Create and push a release tag
- Build and deploy artifacts to Maven Central
- Update version to the next development version
## License
Licensed under the [MIT](https://en.wikipedia.org/wiki/MIT_License) license.
`SPDX-License-Identifier: MIT`
## Powered by
[](https://jb.gg/OpenSourceSupport)