Javawebplanet

Java Web Planet / jawn - Simple Web MVC


Project maintained by MTDdk Hosted on GitHub Pages — Theme by mattgraham

JavaWebPlanet

This is the repository of JavaWebPlanet, a simple web MVC.

It is abbreviated "jawn", which is a homophone of "yawn", as this project is supposed to be so simple to use that you can do it almost do it your sleep.

Documentation

Get it

Maven

Not yet deployed on Maven

<dependency>
  <groupId>net.javapla.jawn</groupId>
  <artifactId>jawn</artifactId>
  <version>--  --</version>
</dependency>

Gradle

Not yet deployed on Maven

compile 'net.javapla.jawn:jawn:----'

Acknowledgement

This started out as a fork of ActiveWeb, but it has moved pretty far away from the original way of thinking of ActiveWeb when it comes to handling URLs, writing controllers and the inner workings. Also the notion of setting a controller to be RESTful has been removed.

When this is said, however, much of the usage is the same, so is should be seamless to migrate from one to the other.