/mvc-samples

Samples for MVC 1.0 (JSR-371)

Primary LanguageJavaMIT LicenseMIT

Samples for MVC 1.0 (JSR-371)

The code in these samples are highly experimental as the work on JSR 371 is ongoing. That means that they may not always build or run on the latest snapshots.

Running on GlassFish 5.0

Make sure you activate the glassfish profile

mvn clean package -Pglassfish

Running on Wildfly 11

Make sure you activate the wildfly profile

mvn clean package -Pwildfly