Shantanu Kumar
unread,Sep 13, 2009, 1:05:59 PM9/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bitumenframework
Hi,
JWebMVC is a new project under Bitumen framework. It is a
minimalistic, servlet based, REST-compatible web MVC-2 layer for Java.
It is designed in a way so that it can be easily integrated with
dynamic JVM languages. A Clojure extension is coming soon.
From the README:
- A minimalistic, Servlet based MVC-2 layer for JVM languages
- Pure Java, No XML, No Annotations, Uses Java collections for
configuration
- Makes web development simple, powerful and fun on the JVM
- In-process debugging using external embedded servlet container, such
as Jetty
- Reads a map of REST-compatible route versus action-chain (see
examples below)
- Invokes corresponding action-chain when the URI matches a route
Feel free to kick the tyres, and please report all bugs, findings,
suggestions.
Regards,
Shantanu