how to build a pluggable java application?

3.1k views Asked by At

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?

1

There are 1 answers

0
Fahim Farook On BEST ANSWER

Yes you can write your own plugins framework with some reflection. This link might be helpful. Creating Extensible Applications