This concludes our introduction to Spring Insight. Spring Insight is very useful tool that can help
you analyze your application behavior in many different aspects. You can even use Spring Insight
Developer Kit to develop plug-ins to extend Spring Insight for collecting specific metrics about your
application. One example is to analyze traces from Spring Insight and produce new types of end points,
such as a JMS message queue.
For details, please refer to SpringSource's online documentation at
http://static.springsource.com/projects/tc-server/2.5/devedition/htmlsingle/devedition.html.
Summary
In this chapter, we covered various topics of monitoring a Spring-powered JEE application.
First, we discussed Spring's support of JMX, the standard in monitoring Java applications. Topics
included implementing custom MBeans for exposing application-related information, as well as
exposing statistics of common components like Hibernate and Spring Batch.
Second, we covered using Spring Insight to visualize the application's performance on tc Server.
Topics included setting up a tc Server instance with Spring Insight enabled, as well as some of the main
metrics that can be seen from Spring Insight's web frontend.
Search WWH :
Custom Search
Previous Page
Spring Framework 3 Topic Index
Next Page
Spring Framework 3 Bookmarks
Home