Developers

Revision as of 11:56, 10 February 2006 by Floratos (talk | contribs)

Developers Home | A Simple Plugin | geWorkbench Archive Files | Collaborative Development | Design Documentation | Javadocs | gForge Page | Report Defects


geWorkbench is an open source platform and contributions by members of the community are welcome and encouraged. The latest code releases as well as technical documenation, forums and mailing lists can be found at the project's gForge page, http://gforge.nci.nih.gov/projects/caworkbench. If you are interested in working with us you can follow the "Request to join" link from that page.

Development in geWorkbench takes place along 2 paralles axes:

  • geWorkbench core: this portion of the code includes mainly 2 groups of packages: engine, which implements services related to the geWorkbench component architecture framework (e.g., plugin instantiation and visual layout, message delivery, component registry management, etc); and, bison (Biomedical Informatics Structured ONtology) which contains the definition of the bioinformatics data types which form the basis of communication between the geWorkbench plugins.
  • geWorkbench plugins: this portion of the source tree contains the code for the various application plugin components. The [[Introduction_For_Developers | "Introduction for Developers"] section provides sample code for creating a simple plugin.

Contributing a new geWorkbench component is a logistically straightforward process and (logistically) can be accomplished in either of two ways: downloading the geWorkbench software development kit, setting up a local development environment and at the end of the development effort deliver to us a .gear archive file