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

Difference between revisions of "Corona/Container/Database"

(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 ...)
 
Line 15: Line 15:
 
;port:The port number Derby uses for its Network server
 
;port:The port number Derby uses for its Network server
  
[[Category::Corona]]
+
[[Category:Corona]]

Revision as of 21:09, 11 March 2008

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

Back to the top