November 2014
Intermediate to advanced
808 pages
22h 47m
English
CHAPTER 14
![]()
Spring Java Enterprise Services and Remoting Technologies
In this chapter, you will learn about Spring’s support for the most common Java enterprise services: 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, Burlap, HTTP Invoker, and SOAP web services.
JMX is part of JavaSE and is a technology for managing and monitoring system resources such as devices, applications, objects, and service-driven networks. These resources are represented as managed beans (MBeans)See also JMX MBeans. ...