JVM Languages
pyconsol.txt
Associated article: Scripting with Java & Python
Tags: Web Development JVM Languages
Published source code accompanying the article by Boudewijn Rempt in which he shows how you can embed a standard language such as Python into a Java application. Also see PYCONSOL.ZIP.
Scripting With Java and Python
by Boudewijn Rempt
Example 1:
class Console (Object):
def __init__(self, adapter=None, adapterName=""):
"@sig public Console(Object adapter,
java.lang.String adapterName)"
Example 2:
> jythonc --deep --package com.tryllian.pyconsole
--jar ...


