Changes between Version 2 and Version 3 of MolgenisEnhancements
- Timestamp:
- 2009-08-23T14:21:01+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisEnhancements
v2 v3 2 2 This is the index for future enhancements of MOLGENIS. 3 3 Current list of ideas: 4 5 == Framework enhancements == 4 6 * JpaBackend -- Add the Java Persistency Api [http://java.sun.com/developer/technicalArticles/J2EE/jpa/ JPA] annotation system as alternative backend to MOLGENIS 5 7 * GwtFrontend -- Add the Google Web Toolkit [http://code.google.com/webtoolkit/ GWT] as generation target for Rich UIs 6 * Galaxy Molgenis-- Integrate the [http://g2.trac.bx.psu.edu/ Galaxy] XML model into MOLGENIS for processing tools7 * Ogsi Plugins-- Use the [http://www.eclipse.org/osgi/ OGSi] framework to integrate MOLGENIS plugins at runtime8 * 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 8 10 * Your idea here... 11 12 == Plugins == 13 MOLGENIS has a plugin system [MolgenisPluginSystem MolgenisPluginSystem]; these plugins can be of general use. 14 Current 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