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 DG Constructing a Data Manager"

(COSMOS Development Guide Constructing a Data Manager)
(Outline)
Line 20: Line 20:
  
 
== Outline ==
 
== Outline ==
 
+
== Creating a Data Manager ==
 
+
=== Preparing Development Environment ===
 
+
Install COSMOS SDK and pre-requisites
 
+
=== Creating a MDR project ===
 
+
=== Customize MDR parameters ===
 
+
=== Providing CMDBf Query Processing Handlers===
 
+
=== Providing Custom Capabilities ===
 +
=== Writing Client Proxies ===
 +
=== Class Diagram ===
 +
=== Running the MDR within Eclipse ===
 +
=== Deploying the MDR on Tomcat ===
  
 
== Content ==
 
== Content ==

Revision as of 00:37, 25 February 2008

COSMOS Wiki > COSMOS Document Plan > COSMOS Manual Guide

COSMOS Development Guide Constructing a Data Manager

Category: Development Guide

Owner Hubert Leung and David Whiteman
Bug # 219141
Due dates Schedule

Outline

Creating a Data Manager

Preparing Development Environment

Install COSMOS SDK and pre-requisites

Creating a MDR project

Customize MDR parameters

Providing CMDBf Query Processing Handlers

Providing Custom Capabilities

Writing Client Proxies

Class Diagram

Running the MDR within Eclipse

Deploying the MDR on Tomcat

Content

Back to the top