[jira] [Commented] (QPID-7238) [Java Broker, WMC] Share data from structure service amongst UI elements

2016-07-20 Thread ASF subversion and git services (JIRA)

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

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

Commit 1753520 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1753520 ]

QPID-7238: Correct typo in variable name

> [Java Broker, WMC] Share data from structure service amongst UI elements
> 
>
> Key: QPID-7238
> URL: https://issues.apache.org/jira/browse/QPID-7238
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Lorenz Quack
>Assignee: Keith Wall
> Fix For: qpid-java-6.1
>
>
> Currently the TreeView in the WMC polls the structure service every 5 
> seconds. Other UI components (e.g. QueryBuilder) also occasionally need this 
> information.
> We should share the information instead of making multiple requests.
> One possible way is to store this information in management.



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

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



[jira] [Commented] (QPID-7238) [Java Broker, WMC] Share data from structure service amongst UI elements

2016-07-18 Thread ASF subversion and git services (JIRA)

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

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

Commit 1753269 from oru...@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1753269 ]

QPID-7238: Use structure data to populate scope controls in 
QueryCreateDialogForm and QueryCloneDialogForm

> [Java Broker, WMC] Share data from structure service amongst UI elements
> 
>
> Key: QPID-7238
> URL: https://issues.apache.org/jira/browse/QPID-7238
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Lorenz Quack
>Assignee: Alex Rudyy
> Fix For: qpid-java-6.1
>
>
> Currently the TreeView in the WMC polls the structure service every 5 
> seconds. Other UI components (e.g. QueryBuilder) also occasionally need this 
> information.
> We should share the information instead of making multiple requests.
> One possible way is to store this information in management.



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

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



[jira] [Commented] (QPID-7238) [Java Broker, WMC] Share data from structure service amongst UI elements

2016-07-14 Thread ASF subversion and git services (JIRA)

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

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

Commit 1752717 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1752717 ]

QPID-7238: [Java Broker] Web Management Console - share structure data with 
tree view

> [Java Broker, WMC] Share data from structure service amongst UI elements
> 
>
> Key: QPID-7238
> URL: https://issues.apache.org/jira/browse/QPID-7238
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Lorenz Quack
> Fix For: qpid-java-6.1
>
>
> Currently the TreeView in the WMC polls the structure service every 5 
> seconds. Other UI components (e.g. QueryBuilder) also occasionally need this 
> information.
> We should share the information instead of making multiple requests.
> One possible way is to store this information in management.



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

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



[jira] [Commented] (QPID-7238) [Java Broker, WMC] Share data from structure service amongst UI elements

2016-05-03 Thread Keith Wall (JIRA)

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

Keith Wall commented on QPID-7238:
--

We said we desire to put a façade over the structure service, and stop the 
remainder of the code implementing a structure service call in their own right.

> [Java Broker, WMC] Share data from structure service amongst UI elements
> 
>
> Key: QPID-7238
> URL: https://issues.apache.org/jira/browse/QPID-7238
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Lorenz Quack
> Fix For: qpid-java-6.1
>
>
> Currently the TreeView in the WMC polls the structure service every 5 
> seconds. Other UI components (e.g. QueryBuilder) also occasionally need this 
> information.
> We should share the information instead of making multiple requests.
> One possible way is to store this information in management.



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

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



[jira] [Commented] (QPID-7238) [Java Broker, WMC] Share data from structure service amongst UI elements

2016-04-29 Thread Lorenz Quack (JIRA)

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

Lorenz Quack commented on QPID-7238:


If this is implemented the QueryBuilder should update the scope drop down 
selector from this information.

> [Java Broker, WMC] Share data from structure service amongst UI elements
> 
>
> Key: QPID-7238
> URL: https://issues.apache.org/jira/browse/QPID-7238
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Broker
>Reporter: Lorenz Quack
>
> Currently the TreeView in the WMC polls the structure service every 5 
> seconds. Other UI components (e.g. QueryBuilder) also occasionally need this 
> information.
> We should share the information instead of making multiple requests.
> One possible way is to store this information in management.



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

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