EMMAWiki/DeveloperDocumentation: Difference between revisions
Jump to navigation
Jump to search
imported>MichaelDondrup No edit summary |
imported>MichaelDondrup No edit summary |
||
Line 13: | Line 13: | ||
those packages: | those packages: | ||
* '''GPMS''' (aka. projectmanagement) is required by almost all [[CeBiTec]] software. It is used for | * '''GPMS''' (aka. projectmanagement) is required by almost all [[CeBiTec]] software. It is used for user, password and project management, rights and roles. See the Self:GPMSWiki if you need more information about project creation, Applicationframes, Members, Rights, and Roles. | ||
user, password and project management, rights and roles. See the Self:GPMSWiki if you | |||
need more information about project creation, Applicationframes, Members, Rights, and Roles. | |||
* '''ArrayLIMS''' is required for storing raw data. In EMMA it is used within Importer modules. See Self:ArrayLIMSWiki | * '''ArrayLIMS''' is required for storing raw data. In EMMA it is used within Importer modules. See Self:ArrayLIMSWiki | ||
* '''O2DBI''' is the object-relational mapping system use to implement the database backend. If you need to | * '''O2DBI''' is the object-relational mapping system use to implement the database backend. If you need to know about code generation or even want to modify EMMA's database model consult Self:O2DBIWiki | ||
know about code generation or even want to modify EMMA's database model consult Self:O2DBIWiki |
Revision as of 13:07, 2 April 2008
Documentation for Developers
- Getting Started
- API Documentation
- Building the Heatmap Viewer
- Developing Plugins
- Using the WS Interface
- MAGE-ML Exporter Generator
Other modules
EMMA uses other software packages, so you might need to consult documentation specific to those packages:
- GPMS (aka. projectmanagement) is required by almost all CeBiTec software. It is used for user, password and project management, rights and roles. See the Self:GPMSWiki if you need more information about project creation, Applicationframes, Members, Rights, and Roles.
- ArrayLIMS is required for storing raw data. In EMMA it is used within Importer modules. See Self:ArrayLIMSWiki
- O2DBI is the object-relational mapping system use to implement the database backend. If you need to know about code generation or even want to modify EMMA's database model consult Self:O2DBIWiki