Chapter 6. Spring in the Enterprise
In this chapter, you will learn about Spring's support for three common technologies on the Java EE platform: Java Management Extensions (JMX), sending e-mail, and scheduling tasks.
JMX is a technology for managing and monitoring system resources such as devices, applications, objects, and service-driven networks. The specification is powerful for the management of systems at runtime and for adapting legacy systems. These resources are represented by managed beans (MBeans). Originally, JMX was distributed separately, but it has been part of Java SE since version 5.0. JMX has seen many improvements, but the original specification for JMX_JSR 03_is very old! Spring supports JMX by allowing you to export any Spring ...
Get Spring Enterprise Recipes: A Problem-Solution Approach now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.