Is there a way to expose my Spring applicationContext via a servlet or webapp so that I can manipulate and inspect the beans in the appcontext.
A:
Not aware of a special tool/plug-in. Maybe this would do:
http://stackoverflow.com/questions/1713943/how-can-i-determine-objects-in-application-context
del.ave
2010-08-03 18:57:30
Its a start. I don't need to debug the appcontext. I need to manipulate it. i.e turn services off and on without doing a restart.
Mathew
2010-08-03 22:16:08