Tagged Questions
3
votes
2answers
449 views
Convert a Ruby on Rails project to a JRuby on Rails project
is there any particular way to convert a Ruby on Rails project to a JRuby on Rails project?
There now is a need to get the Rails side to talk to a Java server via RMI so was wondering how to make the ...
2
votes
2answers
78 views
Integrating standard java into web frameworks such as Stripes, Grails JRuby and Rails
For various reasons we have to use a java based web framework to create a proof of concept site. We've a lot of algorithms written in standard java that will have to hook into the site.
So right now ...
2
votes
1answer
378 views
JRuby on Rails: Using custom Java classes in your Rails app
I just started with JRuby on Rails and absolutely love it. I know how to use current classes within the Java API in my Rails app, but if I wanted to create a new custom class written in purely Java ...
2
votes
1answer
299 views
java.net is moving to Jruby?
There is a post on http://kenai.com/ from Oracle's Ted Farrell which has an interesting statement:
We are in the process of migrating java.net to the kenai technology.
Does this mean java.net ...
2
votes
2answers
158 views
How can I start JRuby on Rails from Java?
I need to start a copy of a Rails app from within Java. I would favor a lightweight HTTP server, as our installations will have a very small userbase (1-10, 10 being a huge installation).
My design ...
1
vote
0answers
97 views
jasper report in jruby
i wont to create report in jruby using jasper report i able to access java lib in jruby but i have problem with include jar file for jasper report
how to access jar file class in jruby ?
how to make ...
1
vote
4answers
270 views
Good framework for Ruby web development
Basically I am java developer and exploring ruby and ruby related framework right now. I am mostly working on web based projects. I had heard about RoR and Merb for web development in ruby. I am ...
0
votes
1answer
90 views
Compile all .rb files of a Ruby on Rails app to .class using JRuby, pack it into a .war and deploy into a Java appserver
Is it possible to compile all .rb source files files (including the configuration source file files) of Ruby on Rails to .class files using JRuby, pack it into a .war file and deploy to JBoss or ...
0
votes
1answer
81 views
Use Ruby ActiveRecord models in Java
I have a Ruby on Rails application with much business logic contained in the models. I also have a backend process in Java that needs to use the same business logic. How can I package the Rails app ...
0
votes
1answer
207 views
jruby based Rails3 project, running unit test gives 'java.util.ConcurrentModificationException' error
I've a Rails 3 project based on JRuby, which is running excellent in development mode.
But, running even a basic unit test in it is generating 'java.util.ConcurrentModificationException' error raised ...
0
votes
1answer
407 views
AppEngine JRuby - OutOfMemoryError: Java heap space - can it be solved?
I use AppEngine JRuby on Rails (SDK version 1.3.3.1) - a problem I encounter often is that after a few requests the server is getting really SLOW, until it dies and throws OutOfMemoryError on the ...
0
votes
1answer
304 views
Why does jruby complain about valid java_opts
I have set my java min/max heap size to be the same as outlined in the Sun Docs for precise heap sizing using the following:
-Xms768m -Xmx768m
This works fine when I start tomcat, but if I run ...