Answered by:
Best Technology to build the Plug-in

Question
-
User-155579095 posted
Hi all,
am planning to build an plug-in.
can some one suggest which technology best suits for my requirement.
thanks
Wednesday, April 30, 2014 1:42 AM
Answers
-
User364480375 posted
this will help u:
http://stackoverflow.com/questions/2768104/how-to-create-a-flexible-plug-in-architecture
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 30, 2014 2:52 AM
All replies
-
User364480375 posted
What technology will depend entirely on what the plugin is going to plug into.
If it's a plug in for an Android app then something Java-ish would be required. For a Photoshop plugin, then you would need the Adobe Photoshop Software Developer's Kit, and to code in Pascal. And so forth.Wednesday, April 30, 2014 2:51 AM -
User364480375 posted
this will help u:
http://stackoverflow.com/questions/2768104/how-to-create-a-flexible-plug-in-architecture
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, April 30, 2014 2:52 AM -
User-155579095 posted
For browser,
Its an plug-in to collect data from different sites.lets say user selects some word and adds want to add the word to his fav-words list.
Wednesday, April 30, 2014 2:55 AM -
User-166373564 posted
Hi rajesh,
Its an plug-in to collect data from different sites.lets say user selects some word and adds want to add the word to his fav-words list.According to your description above, you could check this thread which discusses about building a Plug-in based Web Site.
# Plug-in architecture for ASP.NET MVC http://stackoverflow.com/questions/340183/plug-in-architecture-for-asp-net-mvc
hope it helps.
Regards
Monday, May 5, 2014 3:31 AM