OBO-Edit: Creating a Data Adapter Plugin

From GO Wiki
Revision as of 16:04, 1 December 2006 by Jrichter (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

It's actually quite simple to write an OBO-Edit data adapter plugin. There are really only five steps:

  1. #Configure Your Development Environment
  2. #Write Your Code
  3. #Create A manifest
  4. #Package Your Code
  5. #Install the Plugin

Configure Your Development Environment

How you do this is highly dependent on how you want to develop code, and how much integration you want with OBO-Edit. Here are a few common options...

Eclipse with Tight OBO-Edit Integration