RAA - rjb/0.2.8

rjb / 0.2.8

Short description: ruby java native bridge
Category: Library/devl
Status: usable
Created: 2004-06-14 13:56:30 GMT
Last update: 2006-07-16 04:36:30 GMT
Owner: arton (Projects of this owner)
Homepage: http://arton.no-ip.info/collabo/backyard/?RubyJavaBridge
Download: http://arton.no-ip.info/data/rjb/rjb-0.2.8.zip
License: LGPL
Dependency:
None
Description:

rjb is Ruby - Java bridge using Java Native Interface.
You can instantiate and invoke any Java Classes from Ruby, and You can export Ruby Objects into JVM through the Java interface.
changes:
0.2.8 change the make process according to JDK 5.0 by Mr.Kuwashima.
0.2.7 support method that takes an array of arrays.
0.2.6 support method that returns an array of arrays.
0.2.5 fix memory leaking.
0.2.4 fix empty string argument bug (use null when arg is nil)
0.2.3 if more than 1 arguments were supplied to Rjb::imported-object#forName, then call original Class#forName.
Convert returned Class instance to imported Class.
0.2.2 treat Class.forName as Rjb::import, and imported Java object can pass to JVM as java Class object.
0.2.1 fix class methods call, constants registers etc. bugs are reported by Micael Weller and Ryugate.
0.2.0 fix object reference deletion. support jvm args.
0.1.9 add Rjb::throw module function for bound object.
0.1.8 (my recently update was mal-configured, so rest this description)
bug fix: correct Rjb::load parameter evaluation.
original patch was contributed by Kaspar Schiess.
I thnaks to Mr.Schiess.

Versions: [1.0.2 (2006-10-08)] [1.0.1 (2006-09-10)] [1.0.0 (2006-08-04)] [0.2.8 (2006-07-16)] [0.2.7 (2006-06-20)] [0.2.6 (2006-04-12)] [0.2.5 (2005-12-24)] [0.2.4 (2005-09-18)] [0.2.3 (2005-06-27)] [0.2.2 (2005-06-27)] [0.2.1 (2005-06-24)] [0.2.0 (2005-04-23)] [0.1.9 (2005-01-16)] [0.1.8 (2005-01-11)] [0.1.7 (2004-11-20)] [0.1.6 (2004-10-05)] [0.1.5 (2004-09-24)] [0.1.4 (2004-09-21)] [0.1.2 (2004-09-19)] [0.1.1 (2004-09-12)] [0.1.0 (2004-09-06)] [0.0.9 (2004-06-19)] [0.0.8 (2004-06-14)]

Edit this project (for project owner)

back to RAA top