Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Corona/Architecture

< Corona
Revision as of 08:58, 27 February 2008 by Dennis.oflynn.compuware.com (Talk | contribs) (New page: Corona's server-side platform is an Eclipse runtime environment. So, its architecture should be familiar to those who are already familiar with the Eclipse Workbench. The same concepts of ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Corona's server-side platform is an Eclipse runtime environment. So, its architecture should be familiar to those who are already familiar with the Eclipse Workbench. The same concepts of bundles, plug-ins, and features are supported across both the client and server environments. The Corona server-side platform also supports the OSGi Application concept to manage the runtime lifecycle of a server component.

Components

Name Description
Platform Corona's Eclipse server-side runtime environment
Release Engineering Corona's PDE Build process, etc...
Test Framework Test framework for automated execution of unit tests.
Database Server OSGi Application Database Server

Back to the top