Search |
||||
TOTD # 74: JRuby and GlassFish Integration Test #5: JRuby 1.2.0 RC2 + Rails 2.x.x + GlassFish + RedminePosted by arungupta on March 16, 2009 at 12:52 PM PDT
TOTD #70, #71, #72, #73 shows four integration tests that can ensure that the latest JRuby and GlassFish versions work nicely with each other. #70 showed how to create a trivial Rails application and run it using GlassFish Gem. #71 showed how the same application can be deployed on GlassFish v3 Prelude. #72 showed how to deploy the same application on GlassFish v3. #73 showed how to deploy a Rails application as WAR file and use the JDBC connection pooling framework available in GlassFish. The next set of tests ensure that some commonly used open source Rails applications can be easily run using this setup. The first one is Redmine - 0.8 is the stable release now. Redmine was first tried on GlassFish a few months ago. The steps have simplified since then :) Lets begin integration test #5.
![]() ![]() ![]() ![]() ![]() ![]() ![]() The next blog will show the last test in this series. The current set of tests are available using the tags rubyonrails+glassfish+integrationtest. Please leave suggestions on other TOTD (Tip Of The Day) that you'd like to see. A complete archive of all tips is available here. Technorati: totd rubyonrails glassfish v3 gem jruby sampleapp redmine integrationtest »
Related Topics >>
Glassfish Comments
Comments are listed in date ascending order (oldest first)
Submitted by adrianmoya on Fri, 2009-07-31 20:21.
Hi Aron, i've been reading your posts about redmine on glassfish. I have a question:
How can I set the rails environment in glassfish v3 preview? I had to set my development DB with production settings in order to get redmine running, as it always starts in Environment: development.
Thanks!
|
||||
|
|