Oracle GlassFish Server 3.0.1 Scripting Framework Guide

Overview

Jython is a JavaTM implementation of the Python language. Jython is integrated with the Java platform and generates the code that runs on Java. Jython implements almost all modules of Python, except those written in C. Jython programs can import and use Java classes effortlessly. Jython provides the following advantages:

To learn more about Jython, see the Jython Project pages.

Django is a web framework for Python and implementations of Python such as Jython. Django allows quick and easy creation of high-performance web applications. Django provides the following advantages:

To learn more about Django, see the Django Project pages.

You have the advantages of both Jython and Django when you build web applications using Jython on Django for the GlassFish Server.