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/Diagnostics"

(New page: OSGi is a service oriented architecture model within the JVM. Bundles can provide services that are referenced by other bundles. Dependencies between components can be defined statically...)
 
 
Line 2: Line 2:
  
 
To help facilitate problem resolution, Corona defines a ''Diagnostic Framework'' to collect data.  This data provides a ''dump'' of the OSGi environment so that it can saved and later analyzed.
 
To help facilitate problem resolution, Corona defines a ''Diagnostic Framework'' to collect data.  This data provides a ''dump'' of the OSGi environment so that it can saved and later analyzed.
 +
 +
[[Image:CoronaDiagnosticFramework.jpg]]

Latest revision as of 14:34, 1 August 2008

OSGi is a service oriented architecture model within the JVM. Bundles can provide services that are referenced by other bundles. Dependencies between components can be defined statically during development or dynamically during runtime. This can create a complex runtime environment that is difficult to diagnose problems.

To help facilitate problem resolution, Corona defines a Diagnostic Framework to collect data. This data provides a dump of the OSGi environment so that it can saved and later analyzed.

CoronaDiagnosticFramework.jpg

Back to the top