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

Build Packaging for COSMOS

Revision as of 00:39, 4 January 2008 by Hkyleung.ca.ibm.com (Talk | contribs) (New page: ==A Proposal for organizing downloads for COSMOS== Currently, the zip files on the download page is organized by subprojects. I suggest grouping by adoption scenarios which is more meanin...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Proposal for organizing downloads for COSMOS

Currently, the zip files on the download page is organized by subprojects. I suggest grouping by adoption scenarios which is more meaningful for end users.

  1. COSMOS Demo
    • This is the zip file that users will download to understand what COSMOS is and whether it's useful for their project. The zip file should include a deployable application that can demonstrate most of the features of COSMOS.
    • This zip file can include:
      • Management domain
      • broker
      • one or more example data managers and/or MDRs
      • Web frontend
      • install guide and any necessary offline documentation
  2. COSMOS SDK
    • This zip file will be downloaded by adopters who want to extend the COSMOS framework. It's installed by unzipping on top of the eclipse install.
    • It includes:
      • OSGi bundles (plugins) to be installed in eclipse. They include dependencies required by the COSMOS framework and the web front end framework.
      • Source code in the form of source plugins.
    • The SDK will require some prerequisites, such as WTP for web development.
  3. Eclipse-based tooling
    • Some functions provided by COSMOS are tooling used in eclipse, in the form of eclipse plugins. This zip file contains plugins to be installed on the target platform. (i.e. unzip on top of eclipse install)

Back to the top