Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Corona/Gyrex/Merger

< Corona
Revision as of 11:46, 25 August 2009 by Dennis.oflynn.compuware.com (Talk | contribs) (PDE Build)

The Eclipse Corona project will be merged with Gyrex project to establish a an Eclipse server-side platform. The goal is to establish a Rich Server Platform (RSP) similar to the Rich Client Platform (RCP), but without UI components.

The following plan outlines the steps for merging the existing Corona functionality with the Gyrex project.

Corona Product

  • Corona provides an Eclipse product definition that defines its core runtime distribution for each execution environment.
    • Corona currently names its Program Launcher eclipses. The extra s at the end is used to indicate server.
    • The product definition includes 1 feature: org.eclipse.corona.core
    • All other Corona features can be optionally added to Corona's runtime via P2
Migration Steps
  1. Rename Eclipse product definition from corona.product to gyrex.product

Corona Features

Feature: org.eclipse.corona.core

Feature: Diagnostics

Feature: Container Database

Feature: Container Web

Feature: Test Framework

Feature: SDK

PDE Build

Migration Steps
  1. Build Eclipse product gyrex.product (formally corona.product)
  2. Build each Corona feature

P2 Repository

Migration Steps
  1. Post P2 repository to Eclipse download site

Back to the top