Web Console for Spring Application Context
Is there a way to expose my Spring applicationContext via a servlet or webapp so t开发者_JAVA百科hat I can manipulate and inspect the beans in the appcontext.
You may want to have a look at the Spring Inspector a plug-gable component that provides programmatic access to any Spring based application at run-time. You can use Javascript to change configurations or manage the application behavior at run-time.
Not aware of a special tool/plug-in. Maybe this would do:
How can I determine Objects in application context?
Spring Insight might do the trick.
精彩评论