Miles to go …

March 13, 2008

GlassFish v3 gem 0.1.2 released

Filed under: web2.0 — arungupta @ 8:20 pm

Pramod announced the release of GlassFish v3 Gem ver 0.1.2. The focus of this release is bugfixes:

After #4228 fix, you can easily follow TOTD#28 to create a scaffold using Rails 2.0 and deploy it on GlassFish gem instead of WEBrick – works on JRuby 1.1 RC2.

You can verify if have 0.1.1 version by giving the command:

Macintosh-187:jruby-1.1RC2 arungupta$ bin/jruby -S gem list -d glassfish

*** LOCAL GEMS ***

glassfish (0.1.1)
    GlassFish V3 Application Server for JRuby

You can update to the most recent version by giving the command:

Macintosh-187:jruby-1.1RC2 arungupta$ bin/jruby -S gem update glassfish
JRuby limited openssl loaded. gem install jruby-openssl for full support.
http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL
Updating installed gems...
Updating metadata for 634 gems from http://gems.rubyforge.org
.............................................................................................................................
.............................................................................................................................
.............................................................................................................................
.............................................................................................................................
.............................................................................................................................
.........
complete
Attempting remote update of glassfish
Successfully installed glassfish-0.1.2-universal-java
1 gem installed
Gems updated: glassfish


And then again verify using the following command:

Macintosh-187:jruby-1.1RC2 arungupta$ bin/jruby -S gem list -d glassfish

*** LOCAL GEMS ***

glassfish (0.1.2, 0.1.1)
    GlassFish V3 Application Server for JRuby

If you installed version 0.1.0 then you need to uninstall it and install the new version using the following commands:

bin/jruby -S gem uninstall GlassFish
bin/jruby -S gem install glassfish

All the latest information about the gem can be found at GlassFish JRuby wiki or JRuby wiki.

Please use the gem and send us feedback on GlassFish forums, dev@glassfish or gem mailing list.

File issues in JIRA or RubyForge or GlassFish Issue Tracker.

Technorati: glassfish v3 jruby ruby rubyonrails gem

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DZone
  • email
  • StumbleUpon
  • Technorati
  • Twitter
  • Slashdot
Related posts:
  1. GlassFish v3 Gem 0.2.0 released
  2. JRuby 1.1 RC3 released – Last chance to file bugs
  3. GlassFish v3 Gem – 0.1.1 available
  4. GlassFish v3 gem on JRuby 1.1 RC2
  5. JRuby 1.1.2 released – Getting Started with v3 Gem

3 Comments »

  1. Thanks for the fantastic work you’ve been doing on this gem! I was the original submitter for ticket #18162 on RubyForge and I’m going to test out the new gem as we speak.

    JRuby + Rails is quickly becoming more and more a reality in the enterprise because of this.

    Thanks again and keep up the great work!

    Comment by Matthew Williams — March 14, 2008 @ 4:27 am

  2. [Trackback] JRuby 1.1 RC3 (third and final release candidate) was released last week. The highlights are: 58 issues resolved since JRuby 1.1RC2 ri/rdoc w/ documentation included in distribution More IO corner cases fixed (popen, reopen) Several small bottlen…

    Comment by Arun Gupta's Blog — March 25, 2008 @ 8:05 am

  3. [Trackback] As reported earlier, I presented on "Rails powered by GlassFish and jMaki" yesterday at The Server Side Java Symposium – Las Vegas. The slides are available here. The demos shown in the talk are available at: Rails 2.0 Scaffold…

    Comment by Arun Gupta's Blog — March 27, 2008 @ 1:40 pm

RSS feed for comments on this post. TrackBack URL

Leave a comment

The views expressed on this blog are my own and do not necessarily reflect the views of Oracle.
Powered by WordPress