In this article, you will learn how to use Java EE (Enterprise Edition) technologies, such as JavaServer Faces (JSF), to build robust web applications.
# build
./mvnw clean package
# run
java -jar target/restful-endpoint-thorntail.jar
# run with debug capabilities
java -jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 target/restful-endpoint-thorntail.jar