JSave

From Protege Wiki
Revision as of 15:57, September 11, 2007 by JenniferVendetti (talk | contribs)

Jump to: navigation, search

JSave

by Samson Tu

Type Application
Author(s) Samson Tu
Last Update July 11, 2007
License Mozilla Public License
Homepage JSave website
For Application
Topic(s)
Affiliation

JSave can be used to generate Java class definition stubs for Protege classes.

Versions & Compatibility

This section lists available versions of JSave.

VersionCompatible withDependencies
JSave 1.0Protege-Frames 3.4
Protege-Frames 3.3.1
Protege-Frames 3.2.1
Protege-Frames 3.1.1
Protege-Frames 3.0

If you click on the button below to add a new version of JSave, you will be asked to define a page title for the new version. Please adhere to the naming convention of JSave X.X.X when you define the new page!

Changelog

VersionChanges in this version
JSave 1.0minor updates to sample configuration file and invocation script


Description

JSave can be used to generate Java class definition stubs for Protege classes. The top level classes extend DefaultSimpleInstance, so that instances of the generated Java classes are also Protege instances and can use Protege API calls. A developer can add his or her own methods to the Java class definition. Regenerating Java class stubs will update the stubs while preserving user-supplied code. An option of the package allows generation of Java bean access methods and listeners.

Installation.

JSave is bundled with the "full" installation of Protege.

Documentation

The documentation for JSave is in the form of an HTML document entitled "jsave.html" and can be found in the following location (once you have installed Protege on your system):
<protege-install-dir>/applications/jsave/jsave.html.

If you would like to read the documentation without installing Protege, you can view jsave.html from our Subversion repository here. Click the "download" link in the top left corner of the page.

Level of Support

Author will answer questions via email, fix bugs, and consider new feature requests as time permits.

The source code for JSave is available from the Protege Subversion repository.

  • browse the code via a Web interface here
  • download the source code with a Subversion client here