79
I Use This!
High Activity

Ratings and Reviews

Analyzed about 10 hours ago. based on code collected about 17 hours ago.
Community Rating
4.4375
   

Average Rating:   4.4/5.0
Number of Ratings:   32
Number of Reviews:   1

My Review of JRuby

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
 New Review

Most Helpful Reviews

Nathan C... says:
Best Ruby  
4.0
   
written over 14 years ago

JRuby represents a Ruby implementation which is better than the original - it allows you to use Java libraries in a Ruby application, and typically out-paces C Ruby in every respect. It also simplifies Rails deployment (no need for running multiple instances of a server, as it can run inside a J2EE container).

The only problem I had was with database access - the adapters aren't quite up to scratch with the C Ruby libraries, but I expect this to stabilise.

Java integration is really good - you can configure the runtime such that limited permission environments are easy to cater for - the BrowserScripting project illustrates this by allowing Ruby scripting from within an applet (probably the most permission constrained environment you can have for Java).

I would give this a 5/5 rating, except for my personal dislike for the Ruby language itself.

Did this review help you? |

Most Recent Reviews

Nathan C... says:
Best Ruby  
4.0
   
written over 14 years ago

JRuby represents a Ruby implementation which is better than the original - it allows you to use Java libraries in a Ruby application, and typically out-paces C Ruby in every respect. It also simplifies Rails deployment (no need for running multiple instances of a server, as it can run inside a J2EE container).

The only problem I had was with database access - the adapters aren't quite up to scratch with the C Ruby libraries, but I expect this to stabilise.

Java integration is really good - you can configure the runtime such that limited permission environments are easy to cater for - the BrowserScripting project illustrates this by allowing Ruby scripting from within an applet (probably the most permission constrained environment you can have for Java).

I would give this a 5/5 rating, except for my personal dislike for the Ruby language itself.

Did this review help you? |