Tagged Questions
5
votes
2answers
176 views
Designing a plug-in system
I'm working on a Java project and I would like to add a plug-in system. More precisely, I would like to let the user design his own module, pack it into a jar, leave it in a "plugins/" subfolder of my ...
3
votes
2answers
263 views
Strategy for designing a plugin API
I am working on an application for which a rich plugin API is crucial. What is the best process for creating an API that is intuitive and easy to learn?