Difference between revisions of "Protege3DevDocs"
From Protege Wiki
m |
|||
Line 12: | Line 12: | ||
* [http://protege.stanford.edu/doc/dev.html Protege Programming Development Kit (PDK)] | * [http://protege.stanford.edu/doc/dev.html Protege Programming Development Kit (PDK)] | ||
+ | * [http://protege.cim3.net/cgi-bin/wiki.pl?CompileProtegeSourcesInIDE Compiling Protege-Frames and OWL in a Java Development Environment (e.g., Eclipse)] | ||
* '''Working with forms''' | * '''Working with forms''' | ||
** [[AddingRemovingTabs|Adding and removing tabs programmatically]] | ** [[AddingRemovingTabs|Adding and removing tabs programmatically]] |
Revision as of 16:03, March 5, 2009
Protege 3 Developer Documentation
Please note that we are slowly trying to move developer documentation off of the main Protege Web site and onto this Wiki. We feel that this will better serve the community as users will (hopefully) make contributions and corrections to our body of documentation.
Because the migration of documentation to the Wiki is ongoing, you should also check the main Protege Web site for Protege 3 developer documentation: http://protege.stanford.edu/doc/dev.html.
Contents
Programming Tips & Tricks
General (common to Protege-Frames & Protege-OWL)
- Protege Programming Development Kit (PDK)
- Compiling Protege-Frames and OWL in a Java Development Environment (e.g., Eclipse)
- Working with forms
- Client-Server (Multi-user mode)
- Collaboration features
- Accessing the Lucene Query plug-in programatically
- Tips for handling multiple threads writing to a Protege knowledge-base
- How to implement compression over rmi
Protege-OWL Specific
- Working with the Protege-OWL API
- The Reasoning API
- OWL Database
- Configuring the User Interface using the API
Protege-Frames Specific
Plug-in Development
General (common to Protege-Frames & Protege-OWL)
- Notes for developers on migrating plug-ins to Protege 3.4 build 500 (and higher)
- Learn how to create a manifest and JAR file for your plug-in
- Tips for packaging your plug-in for distribution
- Instructions for declaring dependencies between Protege plug-ins
- How to make your plug-in's documentation available to users from within Protege