Sun GlassFish Enterprise Server v3 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 site.

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 site.

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