Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.01 KB

File metadata and controls

33 lines (20 loc) · 1.01 KB

#Stormpath is Joining Okta We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.

We're available to answer all questions at [email protected].

Spring WebMVC Primefaces JSF Example

This is a basic Spring WebMVC app that shows off Primefaces - a UI Framework built on top of Java Server Faces.

Build

mvn clean package

Run

mvn jetty:run

OR

You can deploy the war file from the target folder to your container of choice.

Exercise

http://localhost:8080

You'll see the Primefaces Rendered table.