Rina demo application currently has some main functions
- Base structure of spring MVC framework
- Basic list of product
- Basic integration with apache tiles3
How to deploy Rina demo application.
Just do some following steps:
- Clone source code at http://git.vsii.com/rina/project-lanterns.git
- Build war package with maven mvn clean install
- Deploy war package to tomcat/jboss or your application container
- Enjoin
- You can visit link http://localhost:8080/rina to enjoin it.