James Britt wrote: > Charles Oliver Nutter wrote: >> ruvlet.rb: >> >> def service(request, response) >> # handle request, send response >> end > > That looks pretty much like Rack. > > http://rack.rubyforge.org/doc/ > >> >> And that's about it for the simplest case. You stick this in a WAR >> file with the Ruvlet servlet configured, and it will be routed all >> requests. > > > Might be interesting to JRubyify Rack, or make Rack and Ruvlet easily > interchangeable, so that Rack-ready frameworks (Ramaze, Nitro, Camping, > Sinatra, others) can pop over to JRuby. That's an excellent idea. I'll make sure Tom knows about it. - Charlie