You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by Carol Hansen <ch...@mitre.org> on 2013/11/01 17:28:48 UTC

Re: Review Request 14999: Add web interface to webservice branch

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14999/
-----------------------------------------------------------

(Updated Nov. 1, 2013, 4:28 p.m.)


Review request for streams.


Changes
-------

Fixed a few bugs; Added a Streams help page, which will automatically pop up when running locally; Added a custom 404 page (needs to be filled out); Added more thorough commenting to html


Repository: streams


Description
-------

Converted the web interface to be compatible with the Streams webservice branch. Also, added content-type response header in the Controller.


Diffs (updated)
-----

  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/java/org/apache/streams/mvc/controller/StreamsWebController.java 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/WEB-INF/web.xml 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/activityDemo.html 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/css/activityStyles.css 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/css/bootstrap.min.css 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/js/activityDemo.js 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/js/bootstrap.min.js 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/js/handlebars.js 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/js/publisher.js 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/js/subscriber.js 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/publisher.html 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/demo/subscriber.html 1537972 
  http://svn.apache.org/repos/asf/incubator/streams/branches/webservice/streams-web/src/main/webapp/index.jsp 1537972 

Diff: https://reviews.apache.org/r/14999/diff/


Testing
-------


Thanks,

Carol Hansen