Lightweight Rack in Java
The JRuby community has a very good Rack support through Nick' s JRuby Rack but I wanted something very simple that would help me during the development of a very simple Java MVC framework that I am working on in my spare time. So I found JRack and since it didn't look like it was getting too much love lately, I decided to jump in and clean it. Check it out @Git
Stay tuned for more ;)
annotated REST Services in JPublish? Of course :)
-added JAX-RS v1.0 support to JPublish via Wink
If you want to experience with the JAX-RS specification you should try this new addition to JPublish: the JPWink module. Wink is still in incubation mode but I am using it and it is very stable. More details to follow but you can check it out right away from our code repository at Google project: browse JPwink, or download a full demo from here (approx 5.7MB)
From now on I'll use this support for more REST examples and a new jQuery integration demo. Stay tuned.
Enjoy!