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

Corona/Container/Database

< Corona
Revision as of 21:07, 11 March 2008 by Unnamed Poltroon (Talk) (New page: Corona provides a database server application as an exemplary implementation of Corona's server-side component server application model. The ''Database Server Application'' is based upon ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Corona provides a database server application as an exemplary implementation of Corona's server-side component server application model. The Database Server Application is based upon Apache Derby.

Feature

The Database Feature is comprised of:

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

Configuration

The Database Server Application is configured via 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

[[Category::Corona]]

Back to the top