https://github.com/hantsy/jakartaee-faces-sample
Jakarta EE 10 Faces Example
https://github.com/hantsy/jakartaee-faces-sample
arquillian graphene jakarta-server-faces jakartaee jsf
Last synced: about 2 months ago
JSON representation
Jakarta EE 10 Faces Example
- Host: GitHub
- URL: https://github.com/hantsy/jakartaee-faces-sample
- Owner: hantsy
- License: gpl-3.0
- Created: 2020-02-05T12:57:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T04:15:38.000Z (8 months ago)
- Last Synced: 2025-02-27T05:55:55.201Z (8 months ago)
- Topics: arquillian, graphene, jakarta-server-faces, jakartaee, jsf
- Language: Java
- Homepage:
- Size: 507 KB
- Stars: 41
- Watchers: 4
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jakarta EE Server Faces Sample

A Jakarta Server Faces sample application based on the [jakartaee8-starter](https://github.com/hantsy/jakartaee8-starter) boilerplate.

## Documentation
[Building a Jatarka Server Faces application](/docs/guide.md)
## Build
1. Clone a copy of the source codes.
```bash
git clone https://github.com/hantsy/jakartaee-faces-sample
```2. Run on Glassfish, Wildfly or Open Liberty.
```bash
mvn clean package cargo:run -pglassfish-local
mvn clean wildfly:run -Pwildfly
mvn clean liberty:create dependency:copy liberty:run -Popenliberty
```
## Reference* [Testing HTML and JSF-Based UIs with Arquillian](https://blogs.oracle.com/javamagazine/testing-html-and-jsf-based-uis-with-arquillian)
* [Functional Testing using Drone and Graphene](http://arquillian.org/guides/functional_testing_using_graphene/)
* [Arquillian Drone Reference Documentation](http://arquillian.org/arquillian-extension-drone)
* [Arquillian Graphene Reference Documentation](http://arquillian.org/arquillian-graphene)