Changes between Version 1 and Version 2 of ApertureDataFactory
- Timestamp:
- 10/26/05 13:34:28 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataFactory
v1 v2 1 1 An object that can create DataSources and related objects to a DataSource, like crawlers and other stuff. The Factory is one important thing in an OSGI package. 2 3 Chris> This interface assumes that a single DataSource implementation is always bundled with the same DataCrawler, DataAccessor, etc. This is typically not the case (or else there would be no use case to use OSGi at all). I would therefore advise to use a Factory interface for every API that's introduced, i.e. DataSourceFactory, DataCrawlerFactory, etc. Only then do you permit several implementations of e.g. a file system crawler to co-exist. 2 4 3 5 {{{