Version 11 (modified by fire4o, 17 years ago) (diff) |
---|
Analysis
Overview
Depends on the chosen plug-in framework. We need a library that will reduce the effort of working with plug-ins.
Task requirements
- The library should have capabilities for
- Listing extension points of a given plug-in
- Listing extensions implementing a given extension point.
- Directly extending the extension points
- Extending an extension point, inheriting the given one.
- Easy instantiation of extension classes
- Getting plug-in meta information
- Find places in the application where it can be used and integrate it.
Task result
The result must be source code.
How to demo
Design
Implementation
Log