Skip to content

hantsy/jakartaee-faces-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jakarta EE Server Faces Sample

Compile and build

A Jakarta Server Faces sample application based on the jakartaee8-starter boilerplate.

home

Documentation

Building a Jatarka Server Faces application

Build

  1. Clone a copy of the source codes.

    git clone https://github.com/hantsy/jakartaee-faces-sample
  2. Run on Glassfish, Wildfly or Open Liberty.

    mvn clean package cargo:run -pglassfish-local
    mvn clean wildfly:run -Pwildfly
    mvn clean liberty:create dependency:copy liberty:run -Popenliberty

Reference