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 Extending the Web User Interface Framework"

(Introduction)
Line 20: Line 20:
  
 
== Introduction ==
 
== Introduction ==
 +
The COSMOS UI framework is a web based framework that facilitates the assembly of web components into a single web console application.  It includes
 +
 +
* A set of out-of-the-box web components
 +
* A registration service to discover and share widget configurations
 +
* A page template processor
 +
 
== Design Overview ==
 
== Design Overview ==
 
===Configuration Scenarios===
 
===Configuration Scenarios===

Revision as of 14:22, 12 March 2008

COSMOS Wiki > COSMOS Document Plan > COSMOS Manual Guide

COSMOS Development Guide Extending the Web User Interface Framework

Category: Development Guide

Owner Sheldon Lee-Loy
Bug # 219143
Due dates Schedule

Introduction

The COSMOS UI framework is a web based framework that facilitates the assembly of web components into a single web console application. It includes

  • A set of out-of-the-box web components
  • A registration service to discover and share widget configurations
  • A page template processor

Design Overview

Configuration Scenarios

Scenario 1: Pages

Scenario 2: Widgets

Scenario 3: Data Feeds

Scenario 4: Reports

Core Design

Pages Templates

Widgets

Configuration Files

Data Feeds

Data Tagging

Error Handling

Internationalization

Deployment Model

Tutorials

Development Environment

Creating new widgets

Configuring a widget

Navigator

Adding a menu option to a node
Changing the style of a node

CMDBf Query Builder

Testing and Debugging

Back to the top