Hello,
I'm trying to create an application that has configuration about the modules that should be loaded. For that I have a Theme engine that can be configured by the client with what modules what to load and where to load.
This modules can be developed by any other team in the company and each time we have a new version of the plugin or anytime we want to to develop a new plugin we don't want to send the source code.
How to create plugin and develop a web site using that plugin.
Any solution for this?
Please give me idea from where i have to start?
Regards
Avani Raval
Loading
Hugo AristizabalPosted May 18, 2010, 8:48 PM
- Create an interface that all plugins must implement.
- Create a plugin that implements that interface.
- Show the plugin in a web page, by dynamically instantiating the dll the plugin was compiled into.
I've uploaded a very simple solution which illustrates the procedure. Hope it helps (member names are in spanish, but that shouldn't be a problem).One more thing, if you come around more information, I'd be very thankful if you let me know.