Add Python demo for showing how to embed Python in Javamaster
commit95de9d301e319b05d1ba7cda7c56b77d409eed12
authorImran M Yousuf <imyousuf@smartitengineering.com>
Mon, 15 Sep 2008 05:44:41 +0000 (15 11:44 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Mon, 15 Sep 2008 05:44:41 +0000 (15 11:44 +0600)
tree82eb7746d5112864cd51cdbf331935b725899512
Add Python demo for showing how to embed Python in Java

It also shows how to use Jython as a JSR-223 scripting language.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
.gitignore [new file with mode: 0644]
README [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/java/com/smartitengineering/demo/jython/test/App.java [new file with mode: 0644]
src/main/java/com/smartitengineering/demo/jython/test/TestInterface.java [new file with mode: 0644]
src/main/java/com/smartitengineering/demo/jython/test/TestName.java [new file with mode: 0644]
src/main/python/InterfaceTest.py [new file with mode: 0644]
src/test/java/com/smartitengineering/demo/jython/test/AppTest.java [new file with mode: 0644]