Chapter 18. 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 or managing and monitoring system resources such as devices, applications, objects, and service-driven networks. The specification offers powerful features for managing 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 JSR 03 is very old! Spring supports JMX by allowing you to export any Spring ...

Get Spring Recipes, Second Edition 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.