Skip to content

Building and Running the Example

gsteinacker edited this page Nov 7, 2012 · 4 revisions

Project Setup

  1. Download and unpack the project
  2. Install Gradle

Building the Project

Simply run gradle build

Run the Example Project

Project Structure

The Json-Home project contains three modules:

  1. jsonhome-core: a library containing a simple domain model, representing the resources of a web application.
  2. jsonhome-generator: base classes used to build json-home generators.
  3. jsonhome-spring: the Spring controllers used to build a Spring-based web application. Contains a Spring-MVC implementation of a JsonHomeGenerator.
  4. jsonhome-example: a simple Spring-based web application, showing the usage of jsonhome-core and jsonhome-spring.
Clone this wiki locally