2010/6/28 Jean-Sebastien Delfino <[email protected]>: > Hi all, > > I'm starting to code a simple/minimalistic implementation.python extension > for Python components on the Java runtime, similar to what's working on the > native runtime [1]. > > It's really basic. Component business methods are written as Python > functions, references and properties are represented as Python function > objects and passed as function arguments, and JSON or XML structured data > are just represented as Python tuples. > > I've started to write code for it this afternoon, and implementing it on top > of the Java runtime is looking easy so far. I'm planning to commit a > strawman in the next few days or next weekend, depending on how much spare > time I find to hack on this. Jean Sebastian, i looked at it a time ago as python entusiastic. And I found http://jepp.sourceforge.net/, which embeds cpython in a JVM. The licensing is free zlib/jpeg so it would help you to embed all the stuff using the speed of CPython, and it latest features.
Just 1c, Giorgio. -- Quiero ser el rayo de sol que cada día te despierta para hacerte respirar y vivir en me. "Favola -Moda".
