[wsas-java-dev] svn commit r6201 - in trunk/wsas/java/modules/samples: Chad CommodityQuote DataService FlickrClient JavascriptService TinyURL Trader

svn at wso2.org svn at wso2.org
Thu Aug 9 09:22:43 PDT 2007


Author: saminda
Date: Thu Aug  9 09:22:23 2007
New Revision: 6201

Added:
   trunk/wsas/java/modules/samples/Chad/sample-guide.html
   trunk/wsas/java/modules/samples/CommodityQuote/sample-guide.html
   trunk/wsas/java/modules/samples/DataService/sample-guide.html
   trunk/wsas/java/modules/samples/FlickrClient/sample-guide.html
   trunk/wsas/java/modules/samples/JavascriptService/sample-guide.html
   trunk/wsas/java/modules/samples/TinyURL/sample-guide.html
   trunk/wsas/java/modules/samples/Trader/sample-guide.html
Log:
Added sample-guide.html to every sample, which will redirect to the correct html page. 


Added: trunk/wsas/java/modules/samples/Chad/sample-guide.html
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/samples/Chad/sample-guide.html	Thu Aug  9 09:22:23 2007
@@ -0,0 +1,8 @@
+<html>
+<head><title>Redirect to the right page</title>
+    <META http-equiv="refresh" content="1;URL=../../docs/chad_guide.html" />
+</head>
+<body bgcolor="#ffffff">
+<center>You will be redirected to the class materials page automatically in 1 second. </center>
+</body>
+</html>
\ No newline at end of file

Added: trunk/wsas/java/modules/samples/CommodityQuote/sample-guide.html
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/samples/CommodityQuote/sample-guide.html	Thu Aug  9 09:22:23 2007
@@ -0,0 +1,8 @@
+<html>
+<head><title>Redirect to the right page</title>
+    <META http-equiv="refresh" content="1;URL=../../docs/commodity_quote_guide.html" />
+</head>
+<body bgcolor="#ffffff">
+<center>You will be redirected to the class materials page automatically in 1 second. </center>
+</body>
+</html>
\ No newline at end of file

Added: trunk/wsas/java/modules/samples/DataService/sample-guide.html
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/samples/DataService/sample-guide.html	Thu Aug  9 09:22:23 2007
@@ -0,0 +1,8 @@
+<html>
+<head><title>Redirect to the right page</title>
+    <META http-equiv="refresh" content="1;URL=../../docs/data_service_guide.html" />
+</head>
+<body bgcolor="#ffffff">
+<center>You will be redirected to the class materials page automatically in 1 second. </center>
+</body>
+</html>
\ No newline at end of file

Added: trunk/wsas/java/modules/samples/FlickrClient/sample-guide.html
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/samples/FlickrClient/sample-guide.html	Thu Aug  9 09:22:23 2007
@@ -0,0 +1,8 @@
+<html>
+<head><title>Redirect to the right page</title>
+    <META http-equiv="refresh" content="1;URL=../../docs/flickr_client_guide.html" />
+</head>
+<body bgcolor="#ffffff">
+<center>You will be redirected to the class materials page automatically in 1 second. </center>
+</body>
+</html>
\ No newline at end of file

Added: trunk/wsas/java/modules/samples/JavascriptService/sample-guide.html
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/samples/JavascriptService/sample-guide.html	Thu Aug  9 09:22:23 2007
@@ -0,0 +1,8 @@
+<html>
+<head><title>Redirect to the right page</title>
+    <META http-equiv="refresh" content="1;URL=../../docs/javascript_service_guide.html" />
+</head>
+<body bgcolor="#ffffff">
+<center>You will be redirected to the class materials page automatically in 1 second. </center>
+</body>
+</html>
\ No newline at end of file

Added: trunk/wsas/java/modules/samples/TinyURL/sample-guide.html
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/samples/TinyURL/sample-guide.html	Thu Aug  9 09:22:23 2007
@@ -0,0 +1,8 @@
+<html>
+<head><title>Redirect to the right page</title>
+    <META http-equiv="refresh" content="1;URL=../../docs/tiny_url_guide.html"/>
+</head>
+<body bgcolor="#ffffff">
+<center>You will be redirected to the class materials page automatically in 1 second. </center>
+</body>
+</html>
\ No newline at end of file

Added: trunk/wsas/java/modules/samples/Trader/sample-guide.html
==============================================================================
--- (empty file)
+++ trunk/wsas/java/modules/samples/Trader/sample-guide.html	Thu Aug  9 09:22:23 2007
@@ -0,0 +1,8 @@
+<html>
+<head><title>Redirect to the right page</title>
+    <META http-equiv="refresh" content="1;URL=../../docs/trader_guide.html"/>
+</head>
+<body bgcolor="#ffffff">
+<center>You will be redirected to the class materials page automatically in 1 second. </center>
+</body>
+</html>
\ No newline at end of file




More information about the Wsas-java-dev mailing list