Notes:
A gem packaging of the {Jetty Web Server}[http://www.mortbay.org/jetty/]
for JRuby:
* Provides jetty, jetty-util, servlet-api, and jetty-rewrite-handler
jars.
* A Jetty::ServerFactory for simple programmatic server setup in ruby.
* A set of Jetty::TestServlets containing a SnoopServlet and
PerfTestServlet (implemented in Java).
* A jetty-service bin script for easy testing from the command line.
Note that JSP support is provided separately in the companion
jetty-jsp[http://rjack.rubyforge.org/jetty-jsp/] gem.
Changes:
=== 6.1.20.1 (2009-10-10)
* Rename gem rjack-jetty and as module RJack::Jetty
* Update to Jetty 6.1.20
* Use rjack-tarpit for build.
* Update development dependency to rjack-logback >= 0.9.17.1
|