You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/04/02 02:25:08 UTC

svn commit: r643663 - in /incubator/tuscany/java/sca/samples: README feed-aggregator-webapp/README feed-aggregator-webapp/src/main/webapp/index.html feed-aggregator/README

Author: jsdelfino
Date: Tue Apr  1 17:25:06 2008
New Revision: 643663

URL: http://svn.apache.org/viewvc?rev=643663&view=rev
Log:
Fix for TUSCANY-2181. Minor fixes to README and .html files.

Modified:
    incubator/tuscany/java/sca/samples/README
    incubator/tuscany/java/sca/samples/feed-aggregator-webapp/README
    incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html
    incubator/tuscany/java/sca/samples/feed-aggregator/README

Modified: incubator/tuscany/java/sca/samples/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/README?rev=643663&r1=643662&r2=643663&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/README (original)
+++ incubator/tuscany/java/sca/samples/README Tue Apr  1 17:25:06 2008
@@ -31,10 +31,10 @@
                                      on multiple JVMs
 calculator-implementation-policies - Shows logging policites associated with 
                                      SCA implementations
-calculator-rmi-reference           - The calculator configured to talk RMI to the 
-                                     calculator-rmi-service sample
-calculator-rmi-service             - The calculator configured to accept RMI requests 
-                                     from calculator-rmi-reference
+calculator-rmi-reference           - The calculator configured to talk RMI to
+                                     the calculator-rmi-service sample
+calculator-rmi-service             - The calculator configured to accept RMI
+                                     requests from calculator-rmi-reference
 calculator-script                  - Calculator built using various script languages
 calculator-webapp                  - Calculator running inside a web app
 calculator-ws-webapp               - Calculator running inside a web app also 
@@ -43,8 +43,8 @@
 callbck-ws-client                  - The client for showing callbacks across web services
 callback-ws-service                - The server for showing callbacks across web serviced
 
-   
-chat-webapp                        - A simple chat style web app demonsrating use of AJAX binding
+chat-webapp                        - A simple chat style web app demonstrating
+                                     use of AJAX binding
 
 databinding-echo                   - An SCA application that shows how databindings 
                                      transform data

Modified: incubator/tuscany/java/sca/samples/feed-aggregator-webapp/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/feed-aggregator-webapp/README?rev=643663&r1=643662&r2=643663&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/feed-aggregator-webapp/README (original)
+++ incubator/tuscany/java/sca/samples/feed-aggregator-webapp/README Tue Apr  1 17:25:06 2008
@@ -9,7 +9,8 @@
 
 As this sample provides a web app there is a manual step where the WAR file
 that contains the sample is copied to your web app container. If you just want 
-to give this sample a go deploy the WAR file (target/sample-feed-aggregator-webapp.war) to your web application server. 
+to give this sample a go deploy the WAR file
+(target/sample-feed-aggregator-webapp.war) to your web application server. 
 
 Once the web app is deployed use your browser to visit the following URL:
 
@@ -20,10 +21,10 @@
 http://localhost:8083/atomAggregator
 http://localhost:8083/atomAggregator/atomsvc 
 http://localhost:8083/rssAggregator
-http://localhost:8083/atomAggregator?feedType=rss_2.0
-http://localhost:8083/rssAggregator?feedType=atom_1.0
 
-** Please note that if your browser is not configured correctly to receive feed information, you can open each file that contains the feed information.
+** Please note that if your browser is not configured correctly to receive
+feed information, you will be prompted to open each file that contains the feed
+information in xml.
 
 
 Building And Running The Sample Using Ant 
@@ -34,7 +35,9 @@
 cd feed-aggregator-webapp
 ant package
 
-This should result in a war file (sample-feed-aggregator-webapp.war) in the target directory. Copy this war file to your web app deployment directory and follow instructions at the begining of this README.
+This should result in a war file (sample-feed-aggregator-webapp.war) in the
+target directory. Copy this war file to your web app deployment directory and
+follow instructions at the begining of this README.
 
 
 Building And Running The Sample Using Maven 
@@ -45,6 +48,8 @@
 cd feed-aggregator-webapp 
 mvn
 
-This should result in a war file (sample-feed-aggregator-webapp.war) in the target directory. Follow the steps described in the previous section for running the web app and for the expected results.
+This should result in a war file (sample-feed-aggregator-webapp.war) in the
+target directory. Follow the steps described in the previous section for
+running the web app and for the expected results.
 
 

Modified: incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html?rev=643663&r1=643662&r2=643663&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html (original)
+++ incubator/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html Tue Apr  1 17:25:06 2008
@@ -27,8 +27,6 @@
     <br/><a href="atomAggregator">http://localhost:8080/sample-feed-aggregator-webapp/atomAggregator</a>
     <br/><a href="atomAggregator/atomsvc">http://localhost:8080/sample-feed-aggregator-webapp/atomAggregator/atomsvc (for the Atom service document)</a>
     <br/><a href="rssAggregator">http://localhost:8080/sample-feed-aggregator-webapp/rssAggregator</a>
-    <br/><a href="atomAggregator?feedType=rss_2.0">http://localhost:8080/sample-feed-aggregator-webapp/atomAggregator?feedType=rss_2.0</a>
-    <br/><a href="rssAggregator?feedType=atom_1.0">http://localhost:8080/sample-feed-aggregator-webapp/rssAggregator?feedType=atom_1.0</a>
      
   </body>
 </html>

Modified: incubator/tuscany/java/sca/samples/feed-aggregator/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/feed-aggregator/README?rev=643663&r1=643662&r2=643663&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/feed-aggregator/README (original)
+++ incubator/tuscany/java/sca/samples/feed-aggregator/README Tue Apr  1 17:25:06 2008
@@ -30,8 +30,6 @@
     [java] http://localhost:8083/atomAggregator
     [java] http://localhost:8083/atomAggregator/atomsvc (for the Atom service document)
     [java] http://localhost:8083/rssAggregator
-    [java] http://localhost:8083/atomAggregator?feedType=rss_2.0
-    [java] http://localhost:8083/rssAggregator?feedType=atom_1.0
      
 As this point the aggregated Feeds are exposed by a web server started
 automatically by the SCA runtime. You can later stop the server by pressing enter.
@@ -42,10 +40,10 @@
 http://localhost:8083/atomAggregator
 http://localhost:8083/atomAggregator/atomsvc 
 http://localhost:8083/rssAggregator
-http://localhost:8083/atomAggregator?feedType=rss_2.0
-http://localhost:8083/rssAggregator?feedType=atom_1.0
 
-** Please note that if your browser is not configured correctly to receive feed information, you will be prompted to open each file that contains the feed information in xml.
+** Please note that if your browser is not configured correctly to receive
+feed information, you will be prompted to open each file that contains the feed
+information in xml.
 
 Sample Overview
 ---------------
@@ -87,8 +85,6 @@
     [java] http://localhost:8083/atomAggregator
     [java] http://localhost:8083/atomAggregator/atomsvc (for the Atom service document)
     [java] http://localhost:8083/rssAggregator
-    [java] http://localhost:8083/atomAggregator?feedType=rss_2.0
-    [java] http://localhost:8083/rssAggregator?feedType=atom_1.0
      
  
 Building The Sample Using Maven 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org