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

Difference between revisions of "Corona/Architecture"

m
(Components)
 
Line 26: Line 26:
 
       <td>[[Corona/Container/Help|Container: Help]]</td>
 
       <td>[[Corona/Container/Help|Container: Help]]</td>
 
       <td>OSGi Application for "help" container server</td>
 
       <td>OSGi Application for "help" container server</td>
 +
  </tr>
 +
  <tr >
 +
      <td>[[Corona/Container/Diagnostics|Diagnostics]]</td>
 +
      <td>OSGi diagnostic data collection</td>
 
   </tr>
 
   </tr>
 
<table>
 
<table>

Latest revision as of 13:57, 1 August 2008

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.
Container: Database OSGi Application for "data" container server
Container: Help OSGi Application for "help" container server
Diagnostics OSGi diagnostic data collection

Back to the top