April 2018
Intermediate to advanced
910 pages
33h 21m
English
Representational State Transfer (REST), RESTful programming, and RESTful API use a client/server cacheable communications protocol, usually HTTP. REST is a common software architecture for developing networked applications.
One of the future changes to the Java platform is to provide RESTful web interfaces to MBeans.
The interfaces will permit MBeans to use the following HTTP methods:
MBeans are managed using Java Management Extensions (JMX). The JMX architecture has three levels, as depicted ...