Py4J has just been released.
This is the first release of Py4J. Basic features such as calling
methods of Java objects and treating Java lists like Python lists are
implemented.
See the change log here:
http://py4j.sourceforge.net/changelog.html#py4j-0-1
Rejoice!
Barthélémy
*About Py4J*
Py4J enables Python programs to dynamically access arbitrary Java
objects. Methods are called as if the Java objects resided in the Python
virtual machine. There is no code to generate and no interface to
implement for shared objects on both sides.
|