Ashish's running commentary ...
Archives
« June 2009
SunMonTueWedThuFriSat
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
    
       
Today
Click me to subscribe
Search

Links
 

Today's Page Hits: 8

« Grizzlicious ...... | Main | RoR with Embedded... »
Thursday Feb 15, 2007
RoRaWAR - A War Roar ?
No, it's not a war roar. This is not a current world affairs blog ;)

RoRaWAR stands for Ruby on Rails as Web ARchive.

The rails integration (under the jruby-extras umbrella) project's purpose is to WAR'up a RoR application. And it's great to see how far the project has come along since its inception a few months ago !

The creation of a web archive from a RoR application is as simple as

It's as simple as that !

Note: There are a few implied dependencies here - JRuby, maven2, rails framework libraries. Also, since the rails-integration project is trying to utilize the latest and greatest JRuby releases, you might have to install the jruby.jar into maven2 repository via the maven install:install-file command. Eventually, the first couple of steps will not be needed once the rails-integration libraries are downloadable as a binary release, but until then ...

Posted at 04:42PM Feb 15, 2007 by Ashish Sahni in Java  |  Comments[1]

Comments:

I'm alternately amazed and terrified about this. :) I've got a simple scaffold up on Glassfish and talking to Derby for the databse. If I'm not careful, I may start with the evil laughter.

Posted by Ed Powell on February 16, 2007 at 12:12 PM PST #

Post a Comment:
Comments are closed for this entry.