[ 
https://issues.apache.org/jira/browse/QPID-6527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14561197#comment-14561197
 ] 

ASF subversion and git services commented on QPID-6527:
-------------------------------------------------------

Commit 1682068 from [email protected] in branch 'java/trunk'
[ https://svn.apache.org/r1682068 ]

QPID-6527: Change web console management facade to have only promised based 
methods and change management method invocations to use promise
           Invoke default error handler if error callback is not specified in 
call to promise.then()

> [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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to