Example of self contained jruby/sinatra/derby json web service

I whipped up a simple blog service that provides a RESTful json api
using jruby/sinatra/derby. It took me a bit to figure out how to get it
all working together, so I’m posting it here in case it may benefit
someone else as an example/starting point.

http://github.com/jcapote/bloggy/tree/master

Cheers,
Julio C.


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Yeah I’ve got one too that might be helpful. This one is a basic json
service that uses the JZKit java libraries for calling a Z39.50 server.
Before Java, we were using the Ruby/Zoom stuff which was always a big
pain
to install. Now we just need Java!

http://blacklight.rubyforge.org/svn/trunk/availability_service/

Matt