Versions Compared

Key

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

...

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.

Kepler Workflows

Test Case - REST API

Several actors and Several workflows were developed to test the Kepler software components against a Fedora RepositoryFedora's REST API from within Kepler. They are described in detail on the REST API Tests page.

Test Case -

...

DataSTAR

DataStaR DataSTAR is a Cornell Library initiative aimed at providing a staging archive for scientific data that is to be shared among several collaborators, both within the Cornell community and external to it.The actors and workflows developed for this part of the project are descibed in detail on the DataSTAR Use Case page.