Py4J 0.2 has just been released.
This is the second release of Py4J. This release includes a bunch of new
features such as calling constructors and static members. Java Maps can
now be used like Python dictionary.
See the change log here:
http://py4j.sourceforge.net/changelog.html#py4j-0-2
Barthélémy
*About Py4J*
Py4J enables Python programs running in a Python interpreter to
dynamically access Java objects residing in a Java Virtual Machine.
Methods are called as if the Java objects resided in the Python
interpreter and Java collections can be accessed through standard Python
collection methods. Py4J is distributed under the BSD license.
|