Changes between Version 34 and Version 35 of SatelliteVisualization
- Timestamp:
- 2009/03/20 15:14:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SatelliteVisualization
v34 v35 15 15 == Chairperson == 16 16 17 * .18 17 == Participants == 19 18 … … 35 34 * REST support 36 35 * Create intuitive UI for client software 37 * Design more s phisticated visualization36 * Design more sophisticated visualization 38 37 39 38 == Date == … … 47 46 == Presentations == 48 47 49 Fill:50 51 * Name of the presenter52 * Title of the talk53 * Attachments (PPT or PDF slides etc.)54 48 55 49 == Notes == … … 100 94 * PSICQUIC: Bruno implemented a REST version of the PSICQUIC service. It returns the standard PSI-MITAB format. 101 95 102 * Keiichiro Ono has released OSGi-fied version of Processing core. It is available here (maven repository):96 * Keiichiro Ono and Kozo Nishida has released OSGi-fied version of Processing core. It is available here (maven repository): 103 97 * http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/org/cytoscape/processing-core-osgi/ 104 98 * Confirmed to work with Apache Felix 1.4.1 + Spring Framework 2.5 + Spring Dynamic Modules 1.1.2 105 99 * Can be used for large-scale application. 100 * We can use Processing application for rapid-prototyping, and use the (OSGi) library version of Processing for production release. 106 101 107 102 108 103 == TODOs == 109 104 110 * Build a flexible framework to visualize111 * OpenGL java library should be converted to OSGi.105 * Build a flexible toolkit for biological data visualization. Some of the work above is done by Processing and it is a good candidate for building such toolkit. 106 * OpenGL java library (JOGL) should be converted to OSGi for Cytoscape + Processing 112 107 * As a test case, integrate Processing rendering engine to Cytoscape for more flexible visualization. 113 108 * Make BioMart Cytoscape plugin into SOAP/REST hybrid for nicer GUI and performance. Still Biomart SOAP service has problems if developer uses Java code generator (WSDL2Java/CXF)