Exit Print View

Sun GlassFish Enterprise Server v3 Scripting Framework Guide

  This Document Entire Library
Print View

Document Information

Preface

1.  Using JRuby on Rails With Sun GlassFish Enterprise Server

2.  Developing Grails Applications

3.  Jython on Django

Overview

Installing Jython and Django

To Install Jython as Standalone

To Install Jython from Update Center

To Install Django

To Install Jython Container for Sun GlassFish Enterprise Server

To Install Jython Support Libraries for Django

Creating and Deploying a Simple Jython Application using Django

To Create a Simple Django Project

To Deploy a Django Application From Command Line

asadmin CLI for Jython

Using the Django Administration Utility

Further Information

4.  Scala and Lift

5.  PHP

Overview

Jython is a Java 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.