Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The project used Fedora Repository V3.2.1, released May 8, 2009. It is available from Fedora Commons at http://www.fedora-commons.org/software/current.

...

FCRepoKepler is a Jython package containing a few helper classes that make life easier when developing actors for Kepler. The project page contains complete documentation of the classes available in the package.

Kepler Actors

The PythonActor was used extensively in this project. It is based on the Jython interpreter which provides standard Python functionalitywithin a Java application. Because Jython is implemented in Java, it also provides access to any Java class or class library available to the JVM. In this way, it provides a rapid prototyping tool that supports coding in both Java and Python.

...