Plugins for Java Spring application -



Plugins for Java Spring application -

suppose have java spring-based client application, sends request server , process response. uses command pattern response processing.

now find , load these commands in run-time. how implement it?

i aware of "plugin" technologies, such jpf , osgi huge overkill me. thinking using spring's autowiring. recommend it?

if looking nice, lite , functional plugin framework, have @ java simple plugin framework. have made extensive utilize of , works great.

using spring's autowiring, have consider implications around it. eg. can autowire spring beans etc etc.

java spring autowired

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -