R
Reinhold Birkenfeld
Hello,
another philosophical question:
How would you implement a plugin system (for a web-based application)?
Conditions are:
- One plugin can have one or many "parts" (or "subplugins", or whatever)
- Each subplugin has a type
- The rest of the plugin interface is dependent on the type
I have one possible solution in mind, but I want to wait for your
opinion before revealing it.
Reinhold
another philosophical question:
How would you implement a plugin system (for a web-based application)?
Conditions are:
- One plugin can have one or many "parts" (or "subplugins", or whatever)
- Each subplugin has a type
- The rest of the plugin interface is dependent on the type
I have one possible solution in mind, but I want to wait for your
opinion before revealing it.
Reinhold