Resources for creating a Ruby wrapper for a Java API?

What are some good resources for taking a Java API and making a Ruby
wrapper(probably a gem) for it? I’m wondering what blogs, tips, or open
source projects demonstrate good Ruby<–>Java integration and could be a
reference.

-Nick K.

On 2/19/11 9:15 PM, Nick K. wrote:

What are some good resources for taking a Java API and making a Ruby
wrapper(probably a gem) for it? I’m wondering what blogs, tips, or open
source projects demonstrate good Ruby<–>Java integration and could be a
reference.

You might look at Celerity.


Both of these suggestions are pretty good. I’m still digging into
Celerity,
but from my browsing, it seems that it is a really clean integration of
Java
into the Ruby environment. I like how they namespace some classes to be
Ruby equivalents, which makes the Ruby side look just Pure-er(?).

-Nick K.

On 02/19/2011 09:15 PM, Nick K. wrote:

What are some good resources for taking a Java API and making a Ruby
wrapper(probably a gem) for it? I’m wondering what blogs, tips, or
open source projects demonstrate good Ruby<–>Java integration and
could be a reference.

-Nick K.
This is old but it’s a good example of progressively improving a Java
API to make it more ruby-like.

*MysteryCoder: API unickifying with JRuby