How to create a pluginable Java program?

后端 未结 6 1824
粉色の甜心
粉色の甜心 2020-12-12 13:48

I want to create a Java program that can be extended with plugins. How can I do that and where should I look for?

I have a set of interfaces that the plugin must imp

6条回答
  •  孤城傲影
    2020-12-12 14:20

    Have you considered building on top of Eclipse's Rich Client Platform, and then exposing the Eclipse extension framework?

    Also, depending on your needs, the Spring Framework might help with that and other things you might want to do: http://www.springframework.org/

提交回复
热议问题