How can I write a pluggable java application. I read about OSGI and some other plugin frameworks but I want to do that me myself. Is there any easy way to write what I want?
Asked
Active
Viewed 3,053 times
1 Answers
5
Yes you can write your own plugins framework with some reflection. This link might be helpful. Creating Extensible Applications

Fahim Farook
- 1,482
- 2
- 14
- 38