Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T09:15:37.000Z (3 months ago)
- Last Synced: 2024-10-10T18:44:09.305Z (2 months ago)
- Topics: arquillian, graphene, jakarta-server-faces, jakartaee, jsf
- Language: Java
- Homepage:
- Size: 466 KB
- Stars: 35
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jakarta EE Server Faces Sample
![Compile and build](https://github.com/hantsy/jakartaee-faces-sample/workflows/build/badge.svg)
A Jakarta Server Faces sample application based on the [jakartaee8-starter](https://github.com/hantsy/jakartaee8-starter) boilerplate.
![home](./home.png)
## 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)