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.
[1]
http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/samples/store-python/
--
Jean-Sebastien
- Strawman implementation.python extension Jean-Sebastien Delfino
-