Codebase for the blog post #WHATIS? JavaServer Faces. An introduction to JSF 2.3
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
hello-world-jsf-2.3
- Build the application with
mvn clean package
- Start you Docker deamon
- Build the Docker image with
docker build -t hello-world-jsf .
- Start the app with
docker run -p 8080:8080 hello-world-jsf
and wait till the application is deployed to Payara - Visit
http://localhost:8080/hello-world-jsf
in your browser