Rhyme tranlastor

Get Version

0.1.4

→ ‘rhyme’

What

A Java to Ruby and Ruby to Java objects translator

Installing

sudo gem install rhyme

The basics

Sometimes you have a Ruby object (a Hash for example) and you want to call a Java method that expects an object of an equivalent class (HashMap in this case). Instead of converting the object and all others inside manually to the Java similar you can tranlaste them all very easy using Rhyme.

Also, you may have a Ruby method/function that is being called from Java with Java objects as parameters, you can convert them all with Rhyme so they could be compatible with others operations, like some Ruby API.

Demonstration of usage

hash_map = Rhyme.translate(hash)

Source

The trunk repository is svn://rubyforge.org/var/svn/rhyme/trunk for anonymous access.

OOOORRRR

You can fetch the source from:

git clone git://github.com/dcrec1/rhyme.git

Build and test instructions

cd rhyme
rake test
rake install_gem

License

This code is free to use under the terms of the MIT license.

Contact

Comments are welcome, send an email to Diego Carrion

Diego Carrion, 27th September 2008
Theme extended from Paul Battley