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

(New page: ==Platform== ===How do I deploy functionality to Corona's server-side environment?=== ;Installation:Package your functionality into '''feature''' and install it into Corona via an '''upd...)
 
m (Corona FAQ moved to Corona/FAQ)
(No difference)

Revision as of 10:35, 27 February 2008

Platform

How do I deploy functionality to Corona's server-side environment?

Installation
Package your functionality into feature and install it into Corona via an update site.
Runtime
The functionality should be started/stopped via IApplication. Configure the osgi.applications property to start your application.

Release Engineering

Test Framework

Back to the top