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

Line 1: Line 1:
 
The COSMOS manual is a centralized page that displays all consumer and end user documents in a structured format.  This is an evolving document that will iteratively be improved based on user feedback.  Please don't hesitate to [https://dev.eclipse.org/mailman/listinfo/cosmos-dev contact us] to provide your suggestions.   
 
The COSMOS manual is a centralized page that displays all consumer and end user documents in a structured format.  This is an evolving document that will iteratively be improved based on user feedback.  Please don't hesitate to [https://dev.eclipse.org/mailman/listinfo/cosmos-dev contact us] to provide your suggestions.   
  
==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===
+
{|{{BMTableStyle}}
 
+
|+{{BMTableCaptionStyle}}|Table of Contents
==Development Guide==
+
|-{{BMTHStyle}}
Documentation for developers who needs to adopt COSMOS and extend the framework
+
!align="left"|[[COSMOS_Overview | 1. Overview]]
===Running the Example===
+
&nbsp;&nbsp;&nbsp;&nbsp; [[Project Objectives]]<br/>
Instructions for running the example that comes with COSMOS
+
&nbsp;&nbsp;&nbsp;&nbsp; [[Application Integration and Data Federation]]<br/>
===Creating a Data Manager===
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [[Service Registration and Discovery - Management Domain and Brokers]]<br/>
Instructions for extending the framework to create a data manager
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [[Data Managers - Adapters for integrating applications to the COSMOS infrastructure]]<br/>
 
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [[Support for CMDBf]]<br/>
http://wiki.eclipse.org/COSMOS_Programming_Model
+
&nbsp;&nbsp;&nbsp;&nbsp; [[Management Enablement]]<br/>
 
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [[WSDM Tooling]]<br/>
===Creating an MDR===
+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [[WSDM Annotations]]<br/>
Instructions for creating an MDR:
+
&nbsp;&nbsp;&nbsp;&nbsp; [[Web Console for System Administrators]] <br/>
Creating the MDR data manager
+
&nbsp;&nbsp;&nbsp;&nbsp; [[Service Modeling Language (SML)]] <br/>
===Extending CMDBf Query Processing Framework===
+
&nbsp;&nbsp;&nbsp;&nbsp; [[Solution Deployment Descriptor (SDD)]] <br/>
Develop handlers for processing CMDBf queries
+
[[Development Guide]]<br/>
 
+
&nbsp;&nbsp;&nbsp;&nbsp;[[2.1 Running the Example]]<br/>
http://wiki.eclipse.org/Providing_a_CMDBf_Query_and_Registration_Service
+
&nbsp;&nbsp;&nbsp;&nbsp;[[2.2 Creating a Data Manager]]<br/>
 
+
&nbsp;&nbsp;&nbsp;&nbsp;[[2.3 Creating an MDR]]<br/>
===Extending the Web User Interface Framework===
+
&nbsp;&nbsp;&nbsp;&nbsp;[[2.4 Extending CMDBf Query Processing Framework]]<br/>
Register views for data visualization and ways to customize the user interface
+
&nbsp;&nbsp;&nbsp;&nbsp;[[2.5 Extending the Web User Interface Framework]]<br/>
===Deploying COSMOS===
+
&nbsp;&nbsp;&nbsp;&nbsp;[[2.6 Deploying COSMOS]]<br/>
Deploying the end-to-end application
+
&nbsp;&nbsp;&nbsp;&nbsp;[[2.7 Use of WSDM Annontations]]<br/>
 
+
|-}
===Use of WSDM Annontations===
+

Revision as of 18:57, 7 January 2008

The COSMOS manual is a centralized page that displays all consumer and end user documents in a structured format. This is an evolving document that will iteratively be improved based on user feedback. Please don't hesitate to contact us to provide your suggestions.


Table of Contents
1. Overview

     Project Objectives
     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
     Service Modeling Language (SML)
     Solution Deployment Descriptor (SDD)
Development Guide
    2.1 Running the Example
    2.2 Creating a Data Manager
    2.3 Creating an MDR
    2.4 Extending CMDBf Query Processing Framework
    2.5 Extending the Web User Interface Framework
    2.6 Deploying COSMOS
    2.7 Use of WSDM Annontations

Back to the top