[Py4j-users] Py4J 0.3 Released
Status: Beta
Brought to you by:
barthe
From: Barthelemy D. <ba...@us...> - 2010-04-27 20:44:21
|
Py4J 0.3 has just been released. This is a major milestone for Py4J. This release introduces a new callback feature: Java objects can now call Python objects that implement a Java interface. See the change log here: http://py4j.sourceforge.net/changelog.html#py4j-0-3 Barthélémy *About Py4J* Py4J enables Python programs running in a Python interpreter to dynamically access Java objects 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 also enables Java programs to call back Python objects. Py4J is distributed under the BSD license. |