Changes between Version 3 and Version 4 of MolgenisEnhancements


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisEnhancements

    v3 v4  
    33Current list of ideas:
    44
    5 == Framework enhancements ==
    6  * JpaBackend -- Add the Java Persistency Api [http://java.sun.com/developer/technicalArticles/J2EE/jpa/ JPA] annotation system as alternative backend to MOLGENIS
    7  * GwtFrontend -- Add the Google Web Toolkit [http://code.google.com/webtoolkit/ GWT] as generation target for Rich UIs
    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
     5== Generator and Framework enhancements ==
     6 * JpaGenerator -- Add the Java Persistency Api [http://java.sun.com/developer/technicalArticles/J2EE/jpa/ JPA] annotation system as alternative backend to MOLGENIS
     7 * GwtGenerator -- Add the Google Web Toolkit [http://code.google.com/webtoolkit/ GWT] as generation target for Rich UIs
     8 * GalaxyGenerator -- Integrate the [http://g2.trac.bx.psu.edu/ Galaxy] XML model into MOLGENIS for processing tools
     9 * OgsiFramework -- Use the [http://www.eclipse.org/osgi/ OGSi] framework to integrate MOLGENIS plugins at runtime
    1010 * Your idea here...
    1111
    1212== Plugins ==
    13 MOLGENIS has a plugin system [MolgenisPluginSystem MolgenisPluginSystem]; these plugins can be of general use.
     13MOLGENIS has a plugin system. See MolgenisPluginFramework; these plugins can be of general use.
    1414Current plugin projects:
    15  * OntologyBrowserPlugin -- Integrate ontology sources like OLS and BioPortal
     15 * OntologyBrowserPlugin -- Integrate ontology sources like [http://www.ebi.ac.uk/ontology-lookup/ OLS] and [http://bioportal.bioontology.org/ BioPortal]
    1616 * DataMatrixPlugin -- Show matrix type data in rows * columns form
    1717 * AccountManagerPlugin -- Enable users to register and login into a MOLGENIS
     18 * QueryPlugin -- Enable users to freely query MOLGENIS similar to [http://www.biomart.org/ BioMart] and [http://www.intermine.org/ InterMine]
     19Ideas:
     20 * GenomeBrowserPlugin
    1821 * Your plugin here