net.javapla.jawn:jawn-jackson

jawn - A simple web framework in Java


Keywords
jawn, micro-framework, microframework, modular, web-framework, webframework
License
LGPL-2.1+

Documentation

     ____.  _____  __      _________   
    |    | /  _  \/  \    /  \      \  
    |    |/  /_\  \   \/\/   /   |   \ 
/\__|    /    |    \        /    |    \ 
\________\____|__  /\__/\  /\____|__  /
  web framework  \/      \/         \/ http://www.javapla.net

Carry on being lazy, almost drowsy

jawn strives to be a super simple and productive framework for web development.

import net.javapla.jawn.core.Jawn;

public class App extends Jawn {
  
  {
    get("/", Results.text("Up and running!"));
    get("/json", Results.json(new Object()));
  }

  public static void main(String[] args) {
    run(args);
  }
}

Documentation

Head over to the wiki for a thorough walk-through.

If you ever want to try this framework out for yourself or in the wild, do not hesitate to give me a ping alvn@alvn.dk

Latest version

Maven Central Build Status