On Plug-ins and Extensible Architectures
ACMQueue.com's March 2005 Edition has an article by Dorian Birsan from IBM.
On Plug-ins and Extensible Architectures
https://acmqueue.org/modules.php?name=Content&pa=showpage&pid=286
The discussion is based on Eclipse project. But much of the content is applicable to any host writer.
Comments
- Anonymous
May 25, 2005
I'm having a heck of a time trying to load assemblies for plug ins based on ASP.NET user controls dynamically.
It looks like Fusion works for plug in architectures except for ASP.NET based plugins. - Anonymous
May 25, 2005
I am not quite sure why fusion has anything do to with plug-in, ASP.Net or not. - Anonymous
May 31, 2005
Isn't Fusion the part of the framework that loads assemblies into the AppDomain? - Anonymous
May 31, 2005
Yes, but plug-in model is more than loading an assembly.