javapluggable

how to build a pluggable java application?


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?


Solution

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