Blog Archive for vivekp during April 2009
GlassFish
gem as well as GlassFish
v3 supports Rack.
Rack provides an interface to plugin a Ruby web framework with a web sever.
Similar to Python WSGI.
This means that any ruby based framework that can talk Rack can be
simply deployed on GlassFish.
Here is how you can do it on GlassFish gem:
Insall JRuby
Install JRuby from here.
Setup JRUBY_HOME to the install location and add JRUBY_HOME/bin...



