Size: 287
Comment:
|
Size: 1087
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Cytoscape 3 Development on Eclipse 3.6 Helios = | = Cytoscape 3 Development on Eclipse 3.6 Helios and Other New Tools = |
Line 3: | Line 3: |
(This page is under construction!) |
== Introduction == During the last 6 month, lots of things happened in OSGi and Maven world. Major news are: * Maven 3 is now in beta version and major IDEs (Eclipse and NetBeans) use snapshot version of Maven 3 as their default maven executable. * Migration to Eclipse Foundation as Gemini Blueprint * Release of Spring Framework 3 is This is a overview of new tools/technologies I found in my research on this topic. |
Line 8: | Line 16: |
* SpringSource Tool Suite (STS) 2.3.3 | * !SpringSource Tool Suite (STS) 2.3.3 |
Line 10: | Line 18: |
* [[http://tycho.sonatype.org/|Tycho]] * [[https://docs.sonatype.org/display/TYCHO/How+to+create+a+new+OSGi+bundle|Create OSGi bundle with Tycho]] * [[http://www.eclipse.org/gemini/blueprint/download/|Gemini Blueprint]] - Spring DM has been migrated to official Eclipse project. == Useful Links == === Spring DM/Blueprint === * http://live.eclipse.org/node/729 |
Cytoscape 3 Development on Eclipse 3.6 Helios and Other New Tools
Introduction
During the last 6 month, lots of things happened in OSGi and Maven world. Major news are:
Maven 3 is now in beta version and major IDEs (Eclipse and NetBeans) use snapshot version of Maven 3 as their default maven executable.
- Migration to Eclipse Foundation as Gemini Blueprint
- Release of Spring Framework 3 is
This is a overview of new tools/technologies I found in my research on this topic.
New Tools
- Eclipse 3.6 Helios
SpringSource Tool Suite (STS) 2.3.3
Read this guide
Gemini Blueprint - Spring DM has been migrated to official Eclipse project.
Useful Links