8000 GitHub - bubblecloud/ilves-war-seed: Ilves simplifies Java web site creation. This is seed project to simplify new WAR project setup.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

bubblecloud/ilves-war-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ilves WAR Seed Project

Ilves simplifies Java web site creation. This is seed project to simplify new WAR project setup.

Preconditions

  1. Git
  2. JDK 7
  3. Maven 3

Features

  1. Example of navigation, page, localization and theme icon customization.
  2. Database configuration examples for HSQL (default) and PostgreSQL.
  3. Example page commenting implementation.
  4. Example maven jetty setup for development.

Clone

Clone projec to your local workstation from command line with the following command:

git clone https://github.com/bubblecloud/ilves-war-seed.git

Integrated Development Environments

Import project to IDE of choice (IntelliJ Idea, Eclipse, NetBeans...) by importing the maven pom.xml.

Building

Build from command line with the following command:

mvn clean install

Executing

Execute from command line with the following command:

mvn jetty:run

About

Ilves simplifies Java web site creation. This is seed project to simplify new WAR project setup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0