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 "CosmosDataReportingComponent"

(Compiling the Data Visualization UI)
 
(72 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Data Reporting Project ==
+
[[COSMOS|COSMOS Main Page]] > [[ COSMOS#Architecture | Architecture]] >
  
= Reports =
+
This article presents the architecture and high-level design of the COSMOS Data Visualization Component.
== Design ==
+
At the conclusion of the face to face meeting held on Dec 4th 2006 an initial mock up was created to capture the look and feel of the "Current Operation Status Report".  The intention of this report is to allow the user the ability to determine whether an application is available or unavailble.  This report is composed of a simple paginated table that shows the operation status of web applications running in an application server.  A relationship between the web application, the application server and the operating system is also visualized. A screenshot is provided that shows the report mockup. 
+
[[Image:CurrentOpreationStatusScreenShot.gif]]
+
  
The following lists the BIRT report design file that was used to create the mockup and the xml file containing the sample data. An XML file is used to model the dataNote: this XML file is sample data and does not model the final structure of the data or determine the final datasource that will be used to bind the data to the reports.
+
= COSMOS 0.4 Data Visualization Design Document =
 +
The design document has been moved to CVS undergoing iterative updates.  Currently CVS was deemed as the best medium to update this documentAfter careful review this document will be finalized and ready to be published at which time the wiki page will contain the design document.
  
* [[Report Design File: CurrentOperationStatus.rptdesign]]
+
The CVS information to get the design document is as follows:
* [[Sample Data: SampleData.xml]]
+
 
 +
*Host: dev.eclipse.org
 +
*Repository path: /cvsroot/technology
 +
*Connection Type: pserver
 +
*User: anonymous
 +
*Module path:  org.eclipse.cosmos/doc/org.eclipse.cosmos.doc.architecture/data-visualization
 +
*Document file: COSMOS-DataVisualizationDesign.html
 +
 
 +
You can directly download and view the document [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cosmos/doc/org.eclipse.cosmos.doc.architecture/data-visualization/COSMOS-DataVisualizationDesign.html?root=Technology_Project&view=co here], but the image links will be broken.
 +
 
 +
= Compiling the COSMOS 0.4 Data Visualization UI =
 +
Follow the following steps to build the data visualization ui components.
 +
 
 +
# Download wtp 2.0 RC1 all in one driver (http://download.eclipse.org/webtools/downloads/drops/R2.0/S-2.0RC1-200705250432/wtp-S-2.0RC1-200705250432.zip).
 +
# Import the following project set file [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cosmos/data-reporting/org.eclipse.cosmos.dr.build/projectSet/org.eclipse.cosmos.dr.projectSet.psf?root=Technology_Project&view=co here], .  This will check out the code from cvs into your workspace.  When prompted for a user id and password enter 'anonymous' for the id with a blank password.
 +
# Make sure the org.eclipse.cosmos.dr.drs.service.handler compiles.    You might have to edit the JRE System Library in the Java Build Path to point to the correct jdk.  [[Image:Jdkcompile.gif]]
 +
# Repeat the above step for org.eclipse.cosmos.dr.gvs.views and org.eclipse.cosmos.dr.ps.common.
  
 
[[ COSMOS#Architecture | back to home]]
 
[[ COSMOS#Architecture | back to home]]

Latest revision as of 21:13, 16 August 2007

COSMOS Main Page > Architecture >

This article presents the architecture and high-level design of the COSMOS Data Visualization Component.

COSMOS 0.4 Data Visualization Design Document

The design document has been moved to CVS undergoing iterative updates. Currently CVS was deemed as the best medium to update this document. After careful review this document will be finalized and ready to be published at which time the wiki page will contain the design document.

The CVS information to get the design document is as follows:

  • Host: dev.eclipse.org
  • Repository path: /cvsroot/technology
  • Connection Type: pserver
  • User: anonymous
  • Module path: org.eclipse.cosmos/doc/org.eclipse.cosmos.doc.architecture/data-visualization
  • Document file: COSMOS-DataVisualizationDesign.html

You can directly download and view the document here, but the image links will be broken.

Compiling the COSMOS 0.4 Data Visualization UI

Follow the following steps to build the data visualization ui components.

  1. Download wtp 2.0 RC1 all in one driver (http://download.eclipse.org/webtools/downloads/drops/R2.0/S-2.0RC1-200705250432/wtp-S-2.0RC1-200705250432.zip).
  2. Import the following project set file here, . This will check out the code from cvs into your workspace. When prompted for a user id and password enter 'anonymous' for the id with a blank password.
  3. Make sure the org.eclipse.cosmos.dr.drs.service.handler compiles. You might have to edit the JRE System Library in the Java Build Path to point to the correct jdk. File:Jdkcompile.gif
  4. Repeat the above step for org.eclipse.cosmos.dr.gvs.views and org.eclipse.cosmos.dr.ps.common.

back to home

Back to the top