Jython Programming Language

Card Puncher Data Processing

About

Jython (Java version of Python) is an object-oriented scripting language. Jython scripts run on any platform that has a java virtual machine.

Differences - Python & Jython

Python:

  • C
  • Multi-platform
  • Compiles to .pyc
  • Extend with C
  • GIL 1
  • Python Garbage Collection

Jython:

  • 100% Java
  • Any JVM (currently 1.1+)
  • Compiles to .class
  • Extend with Java
  • Truly multi-threaded
  • Java garbage collection

Documentation / Reference





Discover More
Card Puncher Data Processing
Eclipse - PyDev IDE

PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development.
Java Conceptuel Diagram
Java - Scripting

AspectJ BeanShell Ceylon Clojure Duby Fantom Groovy Ioke Jaskell JRuby Jython Noop Scala XTend Groovy en Scala are in Java 7 supported. Javascript: Rhino, ...
Card Puncher Data Processing
ODI - Jython

Oracle Data Integrator includes the Jython Interpreter within the execution agent. The agent is able to run script written in Jython. Oracle Data Integrator users may write procedures or knowledge modules...
Card Puncher Data Processing
Python

is a high level language based on C. is: named after Monty 's Flying Circus. case-sensitive. evaluates (finds the value of) the expression it is given and prints the value which is handy for interactive...
Card Puncher Data Processing
Python - Java

Python java implementation: Jython is used in: ODI Weblogic Py4J enables Python programs running in a Python interpreter to dynamically access Java objects...
Card Puncher Data Processing
WeBlog - Dynamic Java Code Execution

Running java code stored in a string variable created dynamically inside a java application (ie at runtime) isnot straightforward in Java. This article: discuss a business case. explains why it's...
Card Puncher Data Processing
Weblogic Scripting Tool (WLST)

The Oracle is a scripting tool for monitoring, managing, and configuring Oracle WebLogic Server from the command line and then for instance enables you to programmatically administer application such...



Share this page:
Follow us:
Task Runner