Return-Path: X-Original-To: apmail-streams-dev-archive@minotaur.apache.org Delivered-To: apmail-streams-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C5BECD92 for ; Fri, 1 Nov 2013 16:29:22 +0000 (UTC) Received: (qmail 72537 invoked by uid 500); 1 Nov 2013 16:29:20 -0000 Delivered-To: apmail-streams-dev-archive@streams.apache.org Received: (qmail 72482 invoked by uid 500); 1 Nov 2013 16:29:17 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 72466 invoked by uid 99); 1 Nov 2013 16:29:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 16:29:14 +0000 X-ASF-Spam-Status: No, hits=-1998.3 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Nov 2013 16:29:13 +0000 Received: (qmail 72340 invoked by uid 99); 1 Nov 2013 16:28:52 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 16:28:52 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id EF5471D3818; Fri, 1 Nov 2013 16:28:48 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7896352934365726426==" MIME-Version: 1.0 Subject: Re: Review Request 14999: Add web interface to webservice branch From: "Carol Hansen" To: "streams" , "Carol Hansen" Date: Fri, 01 Nov 2013 16:28:48 -0000 Message-ID: <20131101162848.8090.74464@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Carol Hansen" X-ReviewGroup: streams X-ReviewRequest-URL: https://reviews.apache.org/r/14999/ X-Sender: "Carol Hansen" References: <20131028213115.7400.63084@reviews.apache.org> In-Reply-To: <20131028213115.7400.63084@reviews.apache.org> Reply-To: "Carol Hansen" X-Virus-Checked: Checked by ClamAV on apache.org --===============7896352934365726426== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- 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 --===============7896352934365726426==--