JavaScript API contains a number of classes and methods to work with Fabric. The main class is HTTPFabricConnection. All the interaction with Fabric is made via an HTTPFabricConnection object. Several utility methods can be found in Utilities class. |
RESTful API provides basic Fabric functionality via browser GET and POST requests. Each RESTful request can be completely typed in a browser address bar (GET request). It can also be sent via a simple HTML-form (POST request). |
Repository can be accessed at the following URL:
http://<node_host>:<node_port>/repository . After authorization
it shows the page containing the directory structure of the repository.
For service configuration ('/service'), client factory ('/clients'),
jdbc factory ('/jdbc') and transport factory ('/transports') files upload
is supported.
|