Skip to content

Developing Robust Web Apps with JavaServer Faces and Java EE

License

Notifications You must be signed in to change notification settings

auth0-blog/javaserver-faces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing Robust Web Apps with JavaServer Faces and Java EE

In this article, you will learn how to use Java EE (Enterprise Edition) technologies, such as JavaServer Faces (JSF), to build robust web applications.

Read more here.

Useful Commands

# 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

About

Developing Robust Web Apps with JavaServer Faces and Java EE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages