[hawkular/hawkular] c5b23e: put feed ID in the websocket url
by John Mazzitelli
Branch: refs/heads/mazz/hawkular-437-server-agent-comm
Home: https://github.com/hawkular/hawkular
Commit: c5b23e558afc30b07c3e9d11a68d8013e07d45b2
https://github.com/hawkular/hawkular/commit/c5b23e558afc30b07c3e9d11a68d8...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-07-13 (Mon, 13 Jul 2015)
Changed paths:
A modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/ConnectedFeeds.java
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/FeedCommWebSocket.java
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/MsgLogger.java
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/Command.java
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/EchoCommand.java
Log Message:
-----------
put feed ID in the websocket url
this doesn't work yet - the ejb injection isn't working
10 years, 9 months
[hawkular/hawkular] e0353b: some request/response changes
by John Mazzitelli
Branch: refs/heads/mazz/hawkular-437-server-agent-comm
Home: https://github.com/hawkular/hawkular
Commit: e0353be444d4879c87cc87a6a942a1ee49ba60db
https://github.com/hawkular/hawkular/commit/e0353be444d4879c87cc87a6a942a...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-07-13 (Mon, 13 Jul 2015)
Changed paths:
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/FeedCommWebSocket.java
A modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/BasicRequest.java
A modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/BasicResponse.java
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/EchoCommand.java
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/EchoRequest.java
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/EchoResponse.java
A modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/ErrorDetails.java
R modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/ErrorResponse.java
Log Message:
-----------
some request/response changes
10 years, 9 months
[hawkular/hawkular] 9ea208: server-side feed comm with json input/output.
by John Mazzitelli
Branch: refs/heads/mazz/hawkular-437-server-agent-comm
Home: https://github.com/hawkular/hawkular
Commit: 9ea2083748cf1f3ffb574d3b8b8759f44a775d52
https://github.com/hawkular/hawkular/commit/9ea2083748cf1f3ffb574d3b8b875...
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2015-07-13 (Mon, 13 Jul 2015)
Changed paths:
M modules/feed-comm/pom.xml
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/FeedCommWebSocket.java
M modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/MsgLogger.java
A modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/Command.java
A modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/EchoCommand.java
A modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/EchoRequest.java
A modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/EchoResponse.java
A modules/feed-comm/src/main/java/org/hawkular/feedcomm/ws/command/ErrorResponse.java
M modules/feed-comm/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
M modules/feed-comm/websocket-test-client.html
M pom.xml
Log Message:
-----------
server-side feed comm with json input/output.
10 years, 9 months