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/HowTo/ServerApplication"

(New page: =How To: Create Server Application= Category:Corona)
 
Line 1: Line 1:
=How To: Create Server Application=
+
Corona's server-side environment supports the execution of multiple ''servers''.  These ''servers'' are OSGi applications that are (optionally) started when the Corona server is started.  Corona provides the main OSGi application used to manage the start/stop lifecycle of the secondary server applications.  The following ''server'' applications are provided as samples:
 +
;Database Server:based upon Apache Derby
 +
;Collaboration Server:based upon ECF generic server
  
 +
=Step 1: Create OSGi Application=
 +
 +
=Step 2: Update ''osgi.applications''=
  
 
[[Category:Corona]]
 
[[Category:Corona]]

Revision as of 06:49, 31 July 2008

Corona's server-side environment supports the execution of multiple servers. These servers are OSGi applications that are (optionally) started when the Corona server is started. Corona provides the main OSGi application used to manage the start/stop lifecycle of the secondary server applications. The following server applications are provided as samples:

Database Server
based upon Apache Derby
Collaboration Server
based upon ECF generic server

Step 1: Create OSGi Application

Step 2: Update osgi.applications

Back to the top