You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2015/05/04 14:13:06 UTC

[jira] [Created] (QPID-6527) [Java Broker Web management Console] Introduce a management service facade to hide the details of REST communication between console and the broker

Alex Rudyy created QPID-6527:
--------------------------------

             Summary: [Java Broker Web management Console] Introduce a management service facade to hide the details of REST communication between console and the broker
                 Key: QPID-6527
                 URL: https://issues.apache.org/jira/browse/QPID-6527
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
    Affects Versions: 6.0 [Java]
            Reporter: Alex Rudyy
            Assignee: Alex Rudyy
             Fix For: 6.0 [Java]


A new object should be created - management service - which will be responsible for all interactions with the REST API (i.e. /api/latest). The object must expose public methods to perform create, read, update, and delete the specified configured object. The crud methods must take responsibility for forming the URL and it is those that will take responsibility for URI encoding the name parts.

Internally it can call "dojo/request/xhr" to perform corresponding requests



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org