|
From: Mats W. <ma...@la...> - 2001-02-06 18:06:36
|
I'm looking for a nice illustrative diagram of what Jython
"does" - in other words, how this piece works together with
a "normal" Java environment.
I've a simplified Java sketch that goes like this
(rendered very roughly into text form):
Application:
[[ .java sources ]] ==> (( javac compiler )) ==> [[ .class files ]]
||
||
Java Libraries: [[ java classes: .jar files ]] <==> (( JVM ))
||
||
Native Operating System
How would I fold Jython, and Jythonc, into the same
simplified terms (without getting wildly inaccurate):
Or even better - does anyone know of an existing diagram
that would make my efforts redundant?
Thanks,
Mats
|