You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

FCRepoKepler is a Jython package for creating and managing objects in a Fedora Repository. It is a minimal Jython wrapper around V3.2.1 of the Fedora REST API.

The package is available in both zip and tar/gzip formats. The source code for this product is also available from the Fedora Commons SVN at https://fedora-commons.svn.sourceforge.net/svnroot/fedora-commons/incubator/kepler/trunk/jython/fcrepo/kepler

FCRepoKepler was written by Rick Moore for Fedora Commons and the Cornell University Library. Funding for this project was provided under a grant from the Mellon Foundation.

Product components

FCRepoRestAPI class

Usage :

from fcrepo.kepler.SimpleHTMLDialog import SimpleHTMLDialog

dialog = SimpleHTMLDialog()
result = dialog.display(html_string)

This Jython class provides a simple HTML dialog display and processing engine that allows Kepler PythonActors to obtain execution parameters in a user-friendly way. The dialog display and management is provided via Java Swing and AWT components.

  • No labels