Difference between revisions of "Developers"
Line 3: | Line 3: | ||
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. | 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 | + | Development in geWorkbench follows 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, | * 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, | ||
* geWorkbench components: | * geWorkbench components: |
Revision as of 10:49, 10 February 2006
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 follows 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,
- geWorkbench components:
- Introduction For Developers
- Instructions for the Developer Kit
- Building geWorkbench
- Coding Standards Style Guide
- Javadocs
- CVS Repository
- Screenshots
- Information on .GEAR files, a method of distributing plugins.
- Plugin certification checklist