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 "COSMOS Programming Model"

(New page: COSMOS provides a framework for collecting and visualizing data in a system administration application. By adopting the COSMOS framework and providing the necessary extensions, programmer...)
 
m
Line 1: Line 1:
COSMOS provides a framework for collecting and visualizing data in a system administration application.  By adopting the COSMOS framework and providing the necessary extensions, programmers can quickly and easily create an application for collecting data from disparate data sources, and making data available through standard-based APIs or an easy-to-use user interface.  This document explains the programming model used to extend the COSMOS framework.  
+
COSMOS provides a framework for collecting and visualizing data for system administration applications.  By leveraging the COSMOS framework and providing the necessary extensions, programmers can quickly and easily create applications for collecting data from disparate data sources, and making data available through standard-based APIs or an easy-to-use user interface.  This document explains the programming model used in extending the COSMOS framework.  
  
 
== Creating a Data Manager ==
 
== Creating a Data Manager ==

Revision as of 13:40, 10 October 2007

COSMOS provides a framework for collecting and visualizing data for system administration applications. By leveraging the COSMOS framework and providing the necessary extensions, programmers can quickly and easily create applications for collecting data from disparate data sources, and making data available through standard-based APIs or an easy-to-use user interface. This document explains the programming model used in extending the COSMOS framework.

Creating a Data Manager

Back to the top