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/GettingStarted"

m
Line 1: Line 1:
Corona's server-side platform is an Eclipse runtime environment.  So, ''Getting Started'' with Corona should be familiar to those who are already familiar with the Eclipse Workbench.  The same concepts of bundles, plug-ins, and features are across the client and server environments.  The Corona server-side platform supports the OSGi ''Application'' concept to manage the runtime lifecycle of a ''server'' component.
+
Corona's server-side platform is an Eclipse runtime environment.  So, ''Getting Started'' with Corona should be familiar to those who are already familiar with the Eclipse Workbench.  The same concepts of bundles, plug-ins, and features are shared across 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.
  
 
* [[Corona/GettingStarted/Platform|Running the Corona server-side Platform]]
 
* [[Corona/GettingStarted/Platform|Running the Corona server-side Platform]]

Revision as of 08:59, 27 February 2008

Corona's server-side platform is an Eclipse runtime environment. So, Getting Started with Corona should be familiar to those who are already familiar with the Eclipse Workbench. The same concepts of bundles, plug-ins, and features are shared across 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.

Back to the top