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/Container/Database"

m (cosmetic)
 
Line 1: Line 1:
Corona provides a ''container'' for data ''collaboration''.  The'''data container''' is an OSGi application of a database server application.  The ''Database Server Application'' is based upon [http://db.apache.org/derby/ Apache Derby].   
+
Corona provides a ''container'' for data ''collaboration''.  The '''data container''' is an OSGi application of a database server application.  The ''Database Server Application'' is based upon [http://db.apache.org/derby/ Apache Derby].   
  
 
The ''Data Container'' is based upon Corona's server-side component server application model.
 
The ''Data Container'' is based upon Corona's server-side component server application model.

Latest revision as of 02:29, 30 July 2008

Corona provides a container for data collaboration. The data container is an OSGi application of a database server application. The Database Server Application is based upon Apache Derby.

The Data Container is based upon Corona's server-side component server application model.

Feature

The Data Container is comprised of:

  • org.eclipse.corona.container.database
    • Corona component server application
  • org.apache.derby
    • bundle provided by Eclipse Orbit

Configuration

The Data Container is configured via Corona server application arguments. These arguments can be defined using the osgi.applications property within config.ini.

Arguments

working.dir
The location of Derby's working folder
port
The port number Derby uses for its Network server

Copyright © Eclipse Foundation, Inc. All Rights Reserved.