Changes between Version 3 and Version 4 of MolgenisEnhancements
- Timestamp:
- 2009-08-23T14:25:44+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisEnhancements
v3 v4 3 3 Current list of ideas: 4 4 5 == Framework enhancements ==6 * Jpa Backend-- Add the Java Persistency Api [http://java.sun.com/developer/technicalArticles/J2EE/jpa/ JPA] annotation system as alternative backend to MOLGENIS7 * Gwt Frontend-- Add the Google Web Toolkit [http://code.google.com/webtoolkit/ GWT] as generation target for Rich UIs8 * Galaxy Backend-- Integrate the [http://g2.trac.bx.psu.edu/ Galaxy] XML model into MOLGENIS for processing tools9 * Ogsi Backend-- Use the [http://www.eclipse.org/osgi/ OGSi] framework to integrate MOLGENIS plugins at runtime5 == 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 10 10 * Your idea here... 11 11 12 12 == Plugins == 13 MOLGENIS has a plugin system [MolgenisPluginSystem MolgenisPluginSystem]; these plugins can be of general use.13 MOLGENIS has a plugin system. See MolgenisPluginFramework; these plugins can be of general use. 14 14 Current plugin projects: 15 * OntologyBrowserPlugin -- Integrate ontology sources like OLS and BioPortal15 * OntologyBrowserPlugin -- Integrate ontology sources like [http://www.ebi.ac.uk/ontology-lookup/ OLS] and [http://bioportal.bioontology.org/ BioPortal] 16 16 * DataMatrixPlugin -- Show matrix type data in rows * columns form 17 17 * 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] 19 Ideas: 20 * GenomeBrowserPlugin 18 21 * Your plugin here