ServiceDocs

Services - Working Documents

Definition

A service is a component that is the only component designated to provide a particular important interface in a place.

Requirements

It's important that other components be able to find that component, and only that component efficiently.

It should be pretty straightforward for the manager of a place to control which component is used for a service.

Services should be pluggable.

The object management framework should have specific support for services geared toward maintaining their uniqueness and efficient access.

Issues

What UI should service managers provide?

How should service managers work together?

Proposed Interfaces

ServiceManagerInterface?



( 96 subscribers )