Difference between revisions of "Projects/Plugin support improvements"
From K5Wiki
< Projects
(New page: ==Motivation == We set up our goal on creating a framework that * Separates plugin interface from its implementation; * Provides simple and clear mechanism that facilitates additions o...) |
(→Motivation) |
||
Line 1: | Line 1: | ||
− | ==Motivation == |
+ | ==Motivation & Requirements == |
We set up our goal on creating a framework that |
We set up our goal on creating a framework that |
Revision as of 09:02, 21 July 2010
Motivation & Requirements
We set up our goal on creating a framework that
- Separates plugin interface from its implementation;
- Provides simple and clear mechanism that facilitates additions of new plugin interfaces and their implementations(modules);
- Handles both built-in and dynamic plugin modules;
- Allows multiple implementation of the same plugin interface;
- Provides uniform way to supply parameters for plugin configuration;
- Allows one plugin implementation to use services provided by the other plugin implementations.