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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -