Bug 150928 - [components][api] Creation of new subsystems should be simplified
Summary: [components][api] Creation of new subsystems should be simplified
Status: ASSIGNED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2006-07-18 07:35 EDT by Martin Oberhuber CLA
Modified: 2008-10-27 15:30 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Oberhuber CLA 2006-07-18 07:35:16 EDT
It should be easier for clients to create a new subsystem:

Currently, each new subsystem needs to define its own ConnectorService, and ConnectorServiceManager. But the ConnectorServiceManager is just copied-and-pasted code in most cases. 

A default implementation of ConnectorService / ConnectorServiceManager should exist, that can be re-used by subsystem implementers, allowing them to create fewer classes for their implementation.