Differences between revisions 2 and 3
Revision 2 as of 2008-09-16 21:21:24
Size: 1590
Editor: KeiichiroOno
Comment:
Revision 3 as of 2008-09-16 21:29:40
Size: 1671
Editor: KeiichiroOno
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
 * Add maven archetype to generate project template  * Add maven archetypes using [http://nexus.sonatype.org/ Nexus]
    * Core Development
    * Plugin Project
    * Script Project

(Under Construction!)

Cytoscape SDK for Eclipse

Introduction

The purpose of this project is minimize plugin developer's setup time for developing Cytoscape 3 plugins. For Cytoscape 3, we are going to use several new technologies including OSGi, Spring, scripting, etc. Developers have to spend some time to setup their environment to use those new technologies for Cytoscape 3. To avoid the overhead for using them, I'll introduce a new plugin for Eclipse, tentatively named Cytoscape SDK.

The goal of this Eclipse plugin is the following:

  1. Install all required Eclipse plugins for Cytoscape 3 development.
  2. Provide templates for Cytoscape 3 plugin projects.
  3. Integration to Eclipse PDE (Plugin Development Environment)

Development Plan

Phase 1: Develop the mechanism to install all required plugins for Cytoscape 3 core/plugin development. Phase 2: Provide template for plugin development.

Design

Target Platform

This SDK is for Eclipse 3.4 (Ganymede) or later. I assume that Eclipse is installed with PDE.

Required Plugins

To develop Cytoscape 3 code, developers should install the following plugins for Eclipse:

  • Subclipse - Client for our source code management system
  • Maven Integration for Eclipse - For Maven projects
  • Spring IDE - For Spring DM
  • PAX Coursor - Run OSGi bundles on Felix

How it works?

  • Install all required plugins from Cytoscape project's update site (maybe on chianti.ucsd.edu)
  • Add maven archetypes using [http://nexus.sonatype.org/ Nexus]

    • Core Development
    • Plugin Project
    • Script Project
  • Setup perspective

Outdated_Cytoscape_3.0/Eclipse/CytoscapeIDE (last edited 2011-02-24 15:38:02 by PietMolenaar)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux