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 best solutions below

0
On BEST ANSWER

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