Calling Ruby from Java?

I have a loop in Java that should pass a string to Ruby methods. What
options exist for calling Ruby from Java? Should I be using RedBridge?

Thanks.


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

RedBridge would be my choice !!

regards Kristian

On Wed, May 19, 2010 at 9:44 AM, consiliens [email protected]
wrote:


Kristian Meier + Saumya Sharma + Sanuka Meier
Vadakkethu House,
Edayanmula West PO - 689532,
Pathanamthitta District, Kerala, INDIA

tel: +91 468 2319577

protect your privacy while searching the net: www.ixquick.com

         _=_
       q(-_-)p
        '_) (_`
        /__/  \
     _(<_   / )_
  (__\_\_|_/__)

To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Am 19.05.2010 um 06:14 schrieb consiliens:

I have a loop in Java that should pass a string to Ruby methods. What options exist for calling Ruby from Java? Should I be using RedBridge?

I think this depends on your needs. If you just want tight Ruby
integration, RB is probably the way to go.
If you plan to use other scripting engines in the future, it may make
more sense to use javax.script.*
to invoke the script code.

Heiko


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

On 05/19/2010 01:21 AM, Heiko W.Rupp wrote:

I think this depends on your needs. If you just want tight Ruby integration, RB is probably the way to go.

I just need Ruby so I’ll try using RedBridge.


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email