There are several reasons you may deploy JRuby-on-Rails application on GlassFish:
- Java EE is a long tested deployment platform and GlassFish is Java EE 5 compliant.
- GlassFish “green” deployment model – just create a WAR and dump it in autodeploy directory. Typical Rails deployment requires to spawn multiple Mongrels, front-ended by Apache and then manage them through Capistrano.
- Java EE and Ruby-on-Rails applications can be easily integrated in one container. This allows to host JRuby-on-Rails applications in organization who have already made investment in Java EE.
- GlassFish comes with out-of-the-box clustering and high-availability support. Rails applications can certainly benefit from them.
- GlassFish offers database connection pooling allowing you to reuse your database connections.
- Last, but not the least, JRuby-on-Rails can leverage the extensive set of Java libraries.
I’m working on an article that will explain each of these in detail. In the meanwhile here is a live success story.
mediacast.sun.com (provides a public place for Sun employees to store large media files) released their version 2.0 – completely rewritten using JRuby-on-Rails and deployed on GlassFish. Igor has good details is his blog. Here are some excerpts:
Development environment: NetBeans 6, Mercurial plugin, WEBrick, GlassFish v2 UR1, MySQL
Deployment environment: 2 Load-balanced T2000, Solaris 10, Sun Java System Application Server 9.1 U1, JDK 6, MySQL
He has explained the pain points and areas of improvements very clearly. We are aware of the performance problems and already working on them!
Let us know if you have had success with deploying JRuby-on-Rails on GlassFish. Read all GlassFish success stories.
UPDATE (Feb
: Mediacast deployment diagram is now available here.
Technorati: glassfish netbeans jruby rubyonrails mediacast stories
Related posts:- Developing GlassFish- and MySQL-Backed Applications with Netbeans and JRuby-on-Rails – Free Webinar on Jan 27
- Developing GlassFish- and MySQL-Backed Applications with Netbeans and JRuby-on-Rails – Free Webinar on Mar 26
- GlassFish + JRuby + JRuby-Rack + Warbler = Blog Deployment Platform
- TOTD #117: Invoke a JAX-WS Web service from a Rails app deployed in GlassFish
- JRuby, Rails, and GlassFish – “Easiest Rails stack in the world”!!!
[Trackback] acts_as_conference Day 2 started with breakfast … yaaay! I had to hunt for breakfast yesterday. Robert started the day by asking some questions and here are the responses: 100% will come back if organized next year Fri/Sat is good $100…
Comment by Arun Gupta's Blog — February 10, 2008 @ 2:08 am
[Trackback] From proof-of-concept to production in 8 weeks, WorldxChange Communication NZ’s online billing system is another succes story of JRuby and GlassFish v2. The portal is designed solely using NetBeans 6.1 IDE. Here are some of the quotes from the…
Comment by Arun Gupta's Blog — April 21, 2008 @ 2:51 pm