ivelin      2002/07/28 08:11:14

  Modified:    src/webapp/samples samples.xml
  Log:
  added WSDL and REST style Web Service support for the Hello World sample
  
  Revision  Changes    Path
  1.20      +11 -5     xml-cocoon2/src/webapp/samples/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/samples.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- samples.xml       28 Jul 2002 14:29:20 -0000      1.19
  +++ samples.xml       28 Jul 2002 15:11:14 -0000      1.20
  @@ -8,6 +8,12 @@
      <sample name="XML" href="hello-world/hello.html.source">
       A simple XML page source.
      </sample>
  +   <sample name="Web Service" href="hello-world/hello.service">
  +    A simple Web Service (REST style).
  +   </sample>
  +   <sample name="Web Service WSDL" href="hello-world/hello.service/WSDL">
  +    WSDL for the Web Service.
  +   </sample>
      <sample name="HTML" href="hello-world/hello.html">
       This is a very simple demonstration of how to use Cocoon. A simple XML page
       is transformed into an HTML page.
  @@ -78,7 +84,7 @@
      </sample>
     </group>
     
  -  <group name="XMLForm Handling">
  +  <group name="XMLForm: Form Handling and Web Services">
      <sample name="Documentation" href="xmlform/overview.html">
       Introduction to Cocoon's form handling framework,
       which provides W3C XForms based markup, Schematron instance validation,
  @@ -98,10 +104,10 @@
      
     </group>
     
  -  <group name="Remote Web Site Integration">
  +  <group name="Web Site Syndication">
      <sample name="Examples" href="webserviceproxy/">
  -    Demonstrates how to embed One Web Site in Another.
  -    Using the WebServiceProxyGenerator remote web app
  +    Demonstrates how to embed One Web Site functionality
  +    in Another. Using the WebServiceProxyGenerator remote web app
       integration is easy.
      </sample>
     </group>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to