Tagged Questions
2
votes
1answer
112 views
Does it make sense to create a Ruby wrapper to reference a Java object that does exactly the same thing?
I am using JRuby.
In my Java code, I have a class called Texture, capable of doing some graphic manipulation stuff.
In my Ruby code, I will usually need to draw things, so though I should simply ...
0
votes
1answer
121 views
Is it possible to access .NET APIs with JRuby?
I know that JRuby can access COM APIs, but can it interface with .NET?
0
votes
1answer
85 views
Is JRuby like RubyMRI but better, or are there some things it lacks?
I am considering using JRuby in a project which would need to talk to some Java.
From what I am reading about JRuby I am not noticing that it is missing anything that the standard Ruby has. Is that ...
2
votes
2answers
173 views
Questions for Architecture with Ruby and Java
I am in the research phase of a project that needs to make use of 3rd party libraries that are in Java so I am stuck using Java to at least a small degree.
I am considering implementing Ruby as the ...