You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2004/10/29 23:22:52 UTC

svn commit: rev 55998 - in incubator/beehive/branches/v1/alpha/samples: AddressBookWS wsm-blank

Author: mmerz
Date: Fri Oct 29 14:22:51 2004
New Revision: 55998

Modified:
   incubator/beehive/branches/v1/alpha/samples/AddressBookWS/index.html
   incubator/beehive/branches/v1/alpha/samples/wsm-blank/index.html
Log:
Customized index.html for samples AddressBookWS and wsm-blank.




Modified: incubator/beehive/branches/v1/alpha/samples/AddressBookWS/index.html
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/AddressBookWS/index.html	(original)
+++ incubator/beehive/branches/v1/alpha/samples/AddressBookWS/index.html	Fri Oct 29 14:22:51 2004
@@ -1,36 +1,31 @@
 <html>
 
 <head>
-<meta http-equiv="Content-Type"
-content="text/html; charset=iso-8859-1">
-<title>Apache-Axis</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Apache-Beehive</title>
 </head>
 
 <body bgcolor="#FFFFFF">
-
-<h1 align="center"> Beehive Web Services Sample</h1>
-
-<p><em>Welcome</em> to Address Book Web Service!.</p>
-
-<p>What do you want to do today?</p>
-
+<h1 align="center">Beehive Web Services</h1>
+<p><em>Welcome</em> to Address Book Web Service!</p>
+<p>What would you like to do today?</p>
 <ul>
-    <li><a href="happyaxis.jsp">Validate</a>
-        the local installation's configuration<br>
-        <i>see below if this does not work.</i></li>
-    <li>View AddressBook Web Service's  <a href="AddressBookWebService.jws?wsdl">
-        WSDL. </a>
-
+    <li>
+        <a href="happyaxis.jsp">Validate</a> the local installation
+        <br>
+        <i>see below if this does not work.</i>
+    </li>
+    <li>
+        View AddressBook Web Service's 
+        <a href="AddressBookWebService.jws?wsdl">WSDL</a>
+    </li>
 </ul>
 
+<h3>Validating the local configuration</h3>
 
-
-<h3>Validating Axis</h3>
-
-If the "happyaxis" validation page displays an exception instead of a
+If the validation page displays an exception instead of a
 status page, the likely cause is that you have multiple XML parsers in
 your classpath. Clean up your classpath by eliminating extraneous parsers.
-
 
 </body>
 </html>

Modified: incubator/beehive/branches/v1/alpha/samples/wsm-blank/index.html
==============================================================================
--- incubator/beehive/branches/v1/alpha/samples/wsm-blank/index.html	(original)
+++ incubator/beehive/branches/v1/alpha/samples/wsm-blank/index.html	Fri Oct 29 14:22:51 2004
@@ -1,45 +1,32 @@
 <html>
 
 <head>
-<meta http-equiv="Content-Type"
-content="text/html; charset=iso-8859-1">
-<title>Apache-Axis</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Apache-Beehive</title>
 </head>
 
 <body bgcolor="#FFFFFF">
-
-<h1 align="center">Apache-AXIS</h1>
-
-<p>Hello! <em>Welcome</em> to Apache-Axis -- now with Annotations!.</p>
-
-<p>What do you want to do today?</p>
+<h1 align="center">Beehive Java Web Services</h1>
+<p><em>Welcome</em> to the Web Service template</p>
 
 <ul>
-    <li><a href="happyaxis.jsp">Validate</a>
-        the local installation's configuration<br>
-        <i>see below if this does not work.</i></li>
-    <li><a href="servlet/AxisServlet">View</a>
-        the list of deployed Web services</li>
-    <li><a href="Foo.jws?method=GoLoco&in0=99&detail=randomText">
-        Call a local endpoint</a> by its Annotated name (or see its
-        <a href="Foo.jws?wsdl">WSDL</a>).
-    <li><a href="http://xml.apache.org/axis">Visit</a>
-        the Apache-Axis Home Page</li>
+    <li>
+        <a href="happyaxis.jsp">Validate</a> the local installation
+        <br>
+        <i>see below if this does not work</i>
+    </li>
+    <li>
+        View Template Web Service's
+        <a href="template/Blank.jws?wsdl">WSDL</a>
+    </li>
+    <li>
+        Invoke the Template Web Service's method
+        <a href="template/Blank.jws?method=sayHelloWorld">sayHelloWorld()</a>
+    </li>
 </ul>
-
-This is a prototype implementation of JSR-181 intended to simply explore how difficult it is to make the existing AXIS JWS system support Annotations.  This is not a complete implementation of JSR-181 but it does cover many of the key features.  One should also keep in mind that there is no intention that this code be considered as anything more than a somewhat functional draft whipped up in just a few days.  Comments and criticism are welcome especially considering that the author only started looking at the internals of AXIS on August 10, 2004 and may have misunderstood how it actually functions.
-
-
-<h3>Validating Axis</h3>
-
-If the "happyaxis" validation page displays an exception instead of a
+<h3>Validating the local configuration</h3>
+If the validation page displays an exception instead of a
 status page, the likely cause is that you have multiple XML parsers in
 your classpath. Clean up your classpath by eliminating extraneous parsers.
-
-<p>
-If you have problems getting Axis to work, consult the Axis
-<a
-href="http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages">Wiki</a>
-and then try the Axis user mailing list.
 </body>
 </html>