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

Difference between revisions of "Corona/Architecture"

(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 ...)
 
(Components)
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
   </tr>
 
   </tr>
 
   <tr >
 
   <tr >
       <td>[[Corona/Database|Database Server]]</td>
+
       <td>[[Corona/Container/Database|Container: Database]]</td>
       <td>OSGi Application Database Server</td>
+
       <td>OSGi Application for "data" container server</td>
 +
  </tr>
 +
  <tr style="background:lightgrey">
 +
      <td>[[Corona/Container/Help|Container: Help]]</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