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

Corona/Container/Database

Corona provides a container for data collaboration. Thedata 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

Back to the top