George Maggessy

home

Gradle Project Template

05 Oct 2013

It consists of 3 projects:

ear

Model

Contains SampleServerConfig configuration class.

ViewController

Has a basic Spring MVC setup with home.jsp View and SampleWebConfig configuration class.

Other files

common.gradle contains some basic configuration that will be included on ViewController and Model build.gradle files.'jacoco.gradle' refers to JaCoCo code coverage tool and it's not necessary to be changed.

Note: The weblogic branch includes Oracle WebLogic configuration files.

Check out the full project at Github.