In this chapter, you will learn about Spring’s support for the most common Java enterprise services : using Java Management Extensions (JMX) , sending e-mail with JavaMail, and scheduling tasks with Quartz. In addition, you’ll learn about Spring’s support for various remoting technologies, such as RMI, Hessian, HTTP Invoker, and SOAP web services.
JMX is part of ...