← Revision 1 as of 2008-07-21 19:47:31 →
Size: 125
Comment:
|
← Revision 4 as of 2011-02-24 15:32:27
Size: 409
Comment: Start afresh with Cytoscape 3 documentation
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from Cytoscape_3.0/Eclipse/SpringDevelopment | |
Line 3: | Line 4: |
Note: Use this command instead of ''mvn eclipse:eclipse''. |
== Introduction == To develop a Cytoscape 3 plugin using Spring Framework, you need to add some bundles to run Spring-powered plugins. However, the procedure is very simple and almost identical to regular plugin development. == Procedure == === Setup Spring IDE === |
Developing Cytoscape 3 Plugins on Spring/OSGi Environment
Introduction
To develop a Cytoscape 3 plugin using Spring Framework, you need to add some bundles to run Spring-powered plugins. However, the procedure is very simple and almost identical to regular plugin development.
Procedure