Skip to content

febilus/faces-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faces Playground

A Jakarta EE application with some faces examples. It uses the wildfly-maven-plugin to deploy the wildfly Server.

Run Locally

Go to the project directory

  cd faces-playground

Buld and Start in Debug Mode

Start with recompile, repackage and redeploy the wildfly. With depug port 8787 The application will be redeployed for every change.

  mvn clean package wildfly:dev -Dwildfly.debug=true -Dwildfly.debug.port=8787  -Dwildfly.debug.suspend=true

Start the server via bootable jar via

  mvn clean package wildfly:start-jar

Stop application

  mvn wildfly:shutdown

You can access the project at http://localhost:8080/

About

Jakarta EE example project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published