|
-
Jul 28th, 2003, 04:27 AM
#1
Thread Starter
Addicted Member
Plugin Architecture
Hello...
Not sure if this is the best forum to post in but...
I'm prototyping an system in VB.NET that has a plugin architecture. Has anyone encountered any articles which discuss the advantages and disadvantages of using this type of architeture?
My google searches aren't being that helpful.
Thanks
-
Jul 28th, 2003, 05:35 AM
#2
Sleep mode
Search this forum for Cander's post on plugins . It's good one on this site .
-
Jul 28th, 2003, 06:01 AM
#3
Thread Starter
Addicted Member
Hmm.. I'm kinda more interested in a discussion about the benefits of plugin architectures rather than HOW-TOs..
Thanks anyway.
-
Jul 28th, 2003, 06:50 AM
#4
Fanatic Member
Check out the .NET Architecture forum.
-
Jul 28th, 2003, 07:35 AM
#5
Sleep mode
Sorry , that's all the help I can offer here , since this seems to be advanced concepts and few guys knows about it .
-
Jul 28th, 2003, 08:04 AM
#6
Well its really obvious actually. It has nothing to do with advantages or disadvantages. The only issue is, do you need it. If you need/want 3rd party developers to write add-on's to your application, then you create a plugin architecture.
-
Jul 28th, 2003, 08:12 AM
#7
Thread Starter
Addicted Member
Originally posted by Cander
Well its really obvious actually. It has nothing to do with advantages or disadvantages. The only issue is, do you need it. If you need/want 3rd party developers to write add-on's to your application, then you create a plugin architecture.
Not quite. There are many other reasons to adopt a modular architecture besides 3rd party developers - flexibility, parallel development, distribution and maintenance issues...
-
Jul 28th, 2003, 09:14 AM
#8
Those are more like benefits of modularity, which isnt neccesarily plugins. Just good use of dll's can provide you all the benfits you really need for an internal application
-
Jul 28th, 2003, 10:32 AM
#9
Thread Starter
Addicted Member
Nah.. I'm still talking specificaly about plug-in architecture. Just simply using a modular approach will not gaurentee the flexibility and scalability required by our clients.
But it's all semantics at the end of the day so lets not get bogged down. Thanks for your replies folks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|