The plugins tag has no wiki summary.
11
votes
4answers
676 views
How do you manage extensibility in your multi-tenant systems?
I've got a few big web based multi-tenant products now, and very soon I can see that there will be a lot of customizations that are tenant specific.
An extra field here or there, maybe an extra page ...
14
votes
4answers
376 views
How would one go about building plugable software?
If you have an application of some sort and you want your users to be able to write plugins for it, how should the application be designed?
What do you have to take into account, what design ...
3
votes
2answers
3k views
Which language was used to create Visual Studio 2010?
In order to produce a plug in and incorporate it (merge) easily with Visual Studio 2010.
I was wondering which language was used by Microsoft to create it?
In order to offer our product to ...
8
votes
2answers
3k views
Writing a Jenkins plugin - non-Java-Expert
Can anyone point me (.NET by career, primarily Ruby by hobby) in the right direction(s) for learning how to write a Jenkins plugin? I'm looking specifically at build summary information and trend ...
5
votes
7answers
342 views
While learning is it better to use other's plugins or develop my own?
As I have been learning to program, be it in my intern-ship or school, I have often come across situations where an extra piece of software is needed (from fairly basic to quite complex) and I am ...