views:

19

answers:

2

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
A: 

Spring Insight might do the trick.

James Earl Douglas
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