Release Name: 0.8.1
Notes:
Jetty Rails aims to run Ruby on Rails and Merb applications with the Jetty Container, leveraging the power of JRuby and jruby-rack.
{Jetty}[http://jetty.mortbay.com/jetty/] is an excellent Java Web Server, being and at the same time extremely lightweight. This makes jetty-rails a good alternative for JRuby on Rails or Merb development and deployment.
The project has born from my own needs ({read more}[http://fabiokung.com/2008/05/14/jetty-rails-gem-simple-jruby-on-rails-development-with-servlet-containers/]). I needed to run {JForum}[http://jforum.net] in the same context of my JRuby on Rails application. I had also to integrate HttpSessions (avoiding single sign on) and use ServletContext in-memory cache store.
Changes:
== 0.8.1
* updating jruby-rack to be compatible with Rails 2.3.x
* better build system, upgrading to newer version of newgem
== 0.8
* reading config/web.xml file (not yet supporting config/web.xml.erb)
* supporting /public/WEB-INF dir for custom web resources (config files and taglibs)
|