Skip to content

jamroks/vaadin-shiro-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample vaadin application that uses shiro as security provide. 

Maven
====================================================================================
- install maven 3
- execute command: mvn clean install
 
Tomcat
====================================================================================
- install Tomcat 7
- deploy war
- open in web browser the url http://localhost:8080/vaadin-shiro-simple/
- Login with one of the following users: 
  * admin with password admin, 
  * demo with password demo, 
  * view with password view

Eclipse
====================================================================================
I used Helios Eclipse IDE for Java EE Developers
Recommended plugins:
- m2e
- m2e-extras (WTP plugin required only)
- Vaadin eclipse plugin

You can import the project via Maven->Existing Maven Projects.
Execute following operations:
- Maven->Update Dependencies
- Maven->Update Project Configuration
- RunAs->Maven Install
- Project->Clean
- Run As->Run on Server

About

Simple vaadin shiro integration example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published