Skip to content

Custom MVC Demo for Java EE 8 Security API (JSR-375) RI Soteria

Notifications You must be signed in to change notification settings

balasubramanian-rengasamy/soteria-demo-mvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaEE 8 Soteria MVC Demo

Custom MVC Demo for Java EE 8 Security API (JSR-375) RI Soteria

UI technology used is MVC 1.0, RI Ozark.

Runtime Environment

This demo is created to run in a JBoss Wildfly 11 application server.

Persistence

The datasource used for data persistence is the ExampleDS H2 in-memory datasource, which comes per default with every Wildfly server. So you don't need to set up a separate database for using this demo.

Hibernate is configured to create/update the schema on startup (hibernate.hbm2ddl.auto = update). If you start using this application, consider you have an empty schema w/o data.

About

Custom MVC Demo for Java EE 8 Security API (JSR-375) RI Soteria

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%