Changes between Version 2 and Version 3 of MolgenisEnhancements


Ignore:
Timestamp:
2009-08-23T14:21:01+02:00 (15 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisEnhancements

    v2 v3  
    22This is the index for future enhancements of MOLGENIS.
    33Current list of ideas:
     4
     5== Framework enhancements ==
    46 * JpaBackend -- Add the Java Persistency Api [http://java.sun.com/developer/technicalArticles/J2EE/jpa/ JPA] annotation system as alternative backend to MOLGENIS
    57 * GwtFrontend -- Add the Google Web Toolkit [http://code.google.com/webtoolkit/ GWT] as generation target for Rich UIs
    6  * GalaxyMolgenis -- Integrate the [http://g2.trac.bx.psu.edu/ Galaxy] XML model into MOLGENIS for processing tools
    7  * OgsiPlugins -- Use the [http://www.eclipse.org/osgi/ OGSi] framework to integrate MOLGENIS plugins at runtime
     8 * GalaxyBackend -- Integrate the [http://g2.trac.bx.psu.edu/ Galaxy] XML model into MOLGENIS for processing tools
     9 * OgsiBackend -- Use the [http://www.eclipse.org/osgi/ OGSi] framework to integrate MOLGENIS plugins at runtime
    810 * Your idea here...
     11
     12== Plugins ==
     13MOLGENIS has a plugin system [MolgenisPluginSystem MolgenisPluginSystem]; these plugins can be of general use.
     14Current plugin projects:
     15 * OntologyBrowserPlugin -- Integrate ontology sources like OLS and BioPortal
     16 * DataMatrixPlugin -- Show matrix type data in rows * columns form
     17 * AccountManagerPlugin -- Enable users to register and login into a MOLGENIS
     18 * Your plugin here