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 Design 198553"

(New page: Work in Progress)
 
Line 1: Line 1:
 
Work in Progress
 
Work in Progress
 +
 +
 +
== Design Considerations ==
 +
 +
* We would like to have clean layers in the design.  The web services layer needs to be distinct from the actual implementation of the catalog itself.
 +
** We would like to be able to "bind" to different underlying implementations.  For COSMOS in open source, can we use a simple flat file or do we need a relational DB?
 +
 +
* In the case of COSMOS and CMDBf, we would NOT choose to expose the MDR via WS-RC. 
 +
 +
* What is the mapping of SML onto the schema of the RC?
 +
** If this is a simple mapping, e.g. <EntryRef> = <SMLRef>, <ResourceRef> = <SMLRef w/EPR>, or something like that, can we simply use the existing SML repository that we have now and expose WS APIs that exchange RC entries via an XSLT?  [[SML to WSRC Mapping]]
 +
 +
* The WS-RC spec talks about the use of WS-R
 +
 +
 +
 +
== Applications of WS-RC in COSMOS ==
 +
* Management Domain
 +
* "Broker"/"Service Broker"

Revision as of 17:22, 6 August 2007

Work in Progress


Design Considerations

  • We would like to have clean layers in the design. The web services layer needs to be distinct from the actual implementation of the catalog itself.
    • We would like to be able to "bind" to different underlying implementations. For COSMOS in open source, can we use a simple flat file or do we need a relational DB?
  • In the case of COSMOS and CMDBf, we would NOT choose to expose the MDR via WS-RC.
  • What is the mapping of SML onto the schema of the RC?
    • If this is a simple mapping, e.g. <EntryRef> = <SMLRef>, <ResourceRef> = <SMLRef w/EPR>, or something like that, can we simply use the existing SML repository that we have now and expose WS APIs that exchange RC entries via an XSLT? SML to WSRC Mapping
  • The WS-RC spec talks about the use of WS-R


Applications of WS-RC in COSMOS

  • Management Domain
  • "Broker"/"Service Broker"

Back to the top