indexdownloadinstallconfigappscompliancerelated

Downloading modjy.

  1. Versions of modjy
  2. Downloads

1: Versions of modjy

[top]

There are currently two slightly different versions of modjy, for two different versions of jython. Please make sure that the version of modjy you use is appropriate for your version of jython.

  1. Modjy version 0.25 supports jython 2.5, and is distributed with the jython 2.5 distribution. There were a number of important changes made to jython in 2.5, and a specific version of modjy is required to work with jython 2.5. Modjy 0.25 is no longer available from this website, but is now distributed with jython 2.5, currently as a .zip file in the extlibs directory. There is currently work under way to deepen the integration of modjy with jython, on the modjy integration branch
  2. Modjy version 0.22 supports jython 2.2, and is distributed from the modjy website.

So, if you're working with jython 2.2, use a modjy 0.22 version, distributed from the main modjy website. If you're using jython 2.5, use a modjy 0.25 version, included in the jython 2.5 distribution.

2: Downloads

[top]
Version Release Date Zip Archive Size (bytes) Notes
0.22.3 2008-10-30 modjy_0_22_3.zip 90,840  

Modjy is provided in .zip file format. That zip file contains everything that you need, including

  1. A Java ARchive (.jar file) containing a compiled, ready-to-run version of modjy.
  2. A sample web application context which can be dropped into most J2EE servlet containers.
  3. The full jython and java source code.
  4. This set of documentation.
  5. A set of unit tests.
  6. An Apache Ant build.xml script to build modjy.
  7. A file containing release notes.
  8. A license.txt file containing the Apache License v2.0 under which modjy is released.

To install and use modjy, simply download the .zip file above and extracts its contents into a local directory.