Ilves simplifies Java web site creation. This is seed project to simplify new WAR project setup.
- Git
- JDK 7
- Maven 3
- Example of navigation, page, localization and theme icon customization.
- Database configuration examples for HSQL (default) and PostgreSQL.
- Example page commenting implementation.
- Example maven jetty setup for development.
Clone projec to your local workstation from command line with the following command:
git clone https://github.com/bubblecloud/ilves-war-seed.git
Import project to IDE of choice (IntelliJ Idea, Eclipse, NetBeans...) by importing the maven pom.xml.
Build from command line with the following command:
mvn clean install
Execute from command line with the following command:
mvn jetty:run