music wrote:
>
> What is the advantage of using a java implementation of ruby?
Three obvious ones:
* You can use Ruby wherever there's a Java VM.
* You can access Java libraries.
* You can deploy Ruby applications in a Java application server
(Glasfish, Tomcat, WebSphere..), making enterprise adoption easier.
--
Phillip "CynicalRyan" Gawlowski
http://cynicalryan.110mb.com/
http://clothred.rubyforge.org
Rule of Open-Source Programming #48:
The number of items on a project's to-do list always grows or remains
constant.