____. _____ __ _________
| | / _ \/ \ / \ \
| |/ /_\ \ \/\/ / | \
/\__| / | \ / | \
\________\____|__ /\__/\ /\____|__ /
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 [email protected]