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 Manual Guide"

(SML)
(Creating a Data Manager)
Line 23: Line 23:
 
===Creating a Data Manager===
 
===Creating a Data Manager===
 
Instructions for extending the framework to create a data manager
 
Instructions for extending the framework to create a data manager
 +
http://wiki.eclipse.org/COSMOS_Programming_Model
 +
 
===Creating an MDR===
 
===Creating an MDR===
 
Instructions for creating an MDR:
 
Instructions for creating an MDR:

Revision as of 00:54, 4 January 2008

Overview

Provide definitions and high level descriptions of the project

Project Objectives

An executive overview on the purpose of the project and what features will COSMOS support

Application Integration and Data Federation

Service Registration and Discovery - Management Domain and Brokers

Data Managers - Adapters for integrating applications to the COSMOS infrastructure

Support for CMDBf

Management Enablement

WSDM Tooling

WSDM Annotations

Web Console for System Administrators

Extensible user interface framework for visualizing data and controlling data collection

SML

Introduce SML as a language (an extension of XML), and its potential use in CML. Provide reference to the specifications.

SDD

Development Guide

Documentation for developers who needs to adopt COSMOS and extend the framework

Running the Example

Instructions for running the example that comes with COSMOS

Creating a Data Manager

Instructions for extending the framework to create a data manager http://wiki.eclipse.org/COSMOS_Programming_Model

Creating an MDR

Instructions for creating an MDR: Creating the MDR data manager

Extending CMDBf Query Processing Framework

Develop handlers for processing CMDBf queries

Extending the Web User Interface Framework

Register views for data visualization and ways to customize the user interface

Deploying COSMOS

Deploying the end-to-end application

Back to the top