18
votes
7answers
964 views
Does Scala scale better then other JVM languages?
Here is the only way I know to ask it at the moment. As Understand it Scala uses the Java Virtual Machine. I thought Jruby did also. Twitter switched its middleware to Scala. Could they have done …
13
votes
4answers
1k views
JRuby on Rails vs. Ruby on Rails, what’s difference?
I'm looking to try out JRuby and JRuby on Rails. I'm having trouble finding information on what's difference between JRuby on Rails and Ruby on Rails.
What's the differences I need to look out for?
12
votes
6answers
1k views
Groovy advantages over Jython or Jruby?
Why would I choose to use Groovy when I could use Jython or Jruby? Does the language provide any inherent advantages to make up for the fact that Jython and Jruby skills are applicable to their parent …
8
votes
5answers
482 views
Is it possible to compile a Rails app to a Java VM JAR file?
Essentially the only thing I can deploy to my deployment machine is a JAR file. I can't install JRuby, nor can I install Glassfish or Tomcat.
Is it possible to package up a Rails application …
7
votes
8answers
759 views
Groovy vs Scala [vs JRuby vs Closure vs Jython]
I'm planning to broaden my perspectives in JVM platform, and I've got a dilemma: what should I learn first? Could you please explain, what are the advantages of Groovy, Scala and other languages for …
7
votes
5answers
728 views
What’s the difference between Duby and Juby and why would I need either of them?
According to Charles Nutter, Duby is
a static-typed language with Ruby's
syntax and Java's type system. Duby
supports all Ruby's literals, uses
local type inference (only argument
types …
6
votes
15answers
586 views
Advantage of Java over Ruby/JRuby
I am learning Java.
I have learned and used Ruby. The Ruby books always tell the advantages of Ruby over Java. But there must be some advantages, that's why lots of people (especially companies) use …
6
votes
5answers
665 views
Glassfish in real world
Are there any companies/web-sites that use Glassfish in production? I am new to J2EE and deploy JRuby on Rails alongside a JAX-WS Metro application in Glassfish v3 Prelude. Sometimes the quirks make …
6
votes
4answers
1k views
What’s the best way to deploy a JRuby on Rails application to Tomcat?
I'm looking at ways to deploy a Ruby on Rails app (running on JRuby) to a Tomcat instance for testing.
The tomcat instance is running on a Solaris server that I can SSH to. I've looked at using …
5
votes
6answers
164 views
What’s the difference between Ruby and JRuby?
Can anyone please provide me in layman's terms the difference between developing a JRuby and a Ruby, Rails application?
I use NetBeans as my Ruby on Rails IDE and every-time I create a project is …
5
votes
3answers
317 views
Use JRuby for Ruby web applications? Is it worth it?
Background: I'm writing a 'standard' (nothing special) web application in Ruby (not Rails) and I need to start thinking about deployment.
So I've been hearing a lot of recommendations to use JRuby to …
5
votes
4answers
369 views
Reduce Mongrel Rails Memory Footprint & Increase performance?
My rails sites run Mongrel, I am having a problem with the amount of memory being used. My ruby-bin processes are using up about 66 MB of resident memory. How can I reduce the amount of memory used …
5
votes
9answers
667 views
Why do so many insist on dragging the JVM into new applications?
For example, I'm running into developers and architects who are scared to death of Rails apps, but love the idea of writing new Grails apps.
From what I've seen, there is a LOT of resource overhead …
4
votes
3answers
134 views
How can I tell if I’m running from JRuby vs. Ruby?
I have a script with a factory method that I would like to return a different implementation of some class depending on whether or not the script is running from JRuby or Ruby. Anyone have any ideas …
4
votes
1answer
170 views
Anyone tried mixing JavaFx and JRuby?
Has anyone tried mixing JavaFx and JRuby? I've built a desktop JRuby application with a Swing GUI (100% JRuby) and I'm toying with the idea of replacing the GUI with JavaFx for a more slick feel.
…
