Search |
||
JRuby-on-Rails deployed on GlassFish - Success StoryPosted by arungupta on January 29, 2008 at 6:32 AM PST
There are several reasons you may deploy JRuby-on-Rails application on GlassFish:
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 8): Mediacast deployment diagram is now available here. Technorati: glassfish netbeans jruby rubyonrails mediacast »
Related Topics >>
Web Applications Comments
Comments are listed in date ascending order (oldest first)
Submitted by rmanalan on Wed, 2008-01-30 11:52.
Hi Arun. Great job... I've been waiting for Sun to release something on JRoR. We released a JRoR app back in November (at Oracle). Not sure if you've read about it yet -> http://oracleappslab.com/2007/11/21/mix-jruby-on-rails-small-teams-agile...
This is the year for JRuby on Rails!
Submitted by arungupta on Mon, 2008-02-11 18:57.
JRuby/GlassFish process models are explained in detail at:
http://blogs.sun.com/arungupta/entry/ruby_jruby_process_models_explained
For each request received, JRuby runtime is spawned which delegates the request to Rails and then process the response.
|
||
|
|