SlickEdit Community

General => General Programming => Topic started by: jjones on February 21, 2008, 05:58:00 PM

Title: New Blog Post: Plug-in Extensibility Through Reflection in .Net and Java
Post by: jjones on February 21, 2008, 05:58:00 PM
Plug-in Extensibility Through Reflection in .Net and Java
http://blog.slickedit.com/2008/02/plug-in-extensibility-through-reflection-in-net-and-java/


Extensibility is very important to me. I like to work with architectures that allow you to write classes that implement an interface, then have those classes be “discovered” and instantiated into working extensions of the existing system. Maybe that’s why I love working on plug-ins for Visual Studio… it’s fun to get into the guts of an application and test the limits of what you can do within it. In addition, I love “object discovery”, which to me is what plugging in your code is all about. I want to be able to write a plug-in, put the compiled assembly in a specific directory and have it be found automatically.

Continue reading Plug-in Extensibility Through Reflection in .Net and Java here: http://blog.slickedit.com/2008/02/plug-in-extensibility-through-reflection-in-net-and-java/