Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

« Previous Version 3 Next »

Fabric3 provides both a RESTful management framework and access to runtime and application components via JMX.

The RESTful management resource framework (MRF) exposes the domain, zones, runtimes, runtime components and application components as a hyperlink-based set of resources. The MRF also supports cluster change replication. This allows a resource modification (e.g. POST, PUT, or DELETE) to be made against a single URL and have it replicated to all runtimes in a zone. Since the MRF uses HTTP and JSON as its data format, it is possible to build powerful management applications for Fabric3 using a variety of technologies and programming languages.