Mathew
Mathew

Reputation: 1

Web Console for Spring Application Context

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

Answers (3)

Julio
Julio

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

earldouglas
earldouglas

Reputation: 13473

Spring Insight might do the trick.

Upvotes: 0

del.ave
del.ave

Reputation: 1948

Not aware of a special tool/plug-in. Maybe this would do:

How can I determine Objects in application context?

Upvotes: 0

Related Questions