Reputation: 1
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.
Upvotes: 0
Views: 1196
Reputation: 718
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.
Upvotes: 2
Reputation: 1948
Not aware of a special tool/plug-in. Maybe this would do:
How can I determine Objects in application context?
Upvotes: 0