ivelin      2002/07/28 07:29:20

  Modified:    src/webapp/samples samples.xml
  Log:
  added WSDL and REST style Web Service support for the XMLForm demo
  
  Revision  Changes    Path
  1.19      +10 -3     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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- samples.xml       23 Jul 2002 19:38:00 -0000      1.18
  +++ samples.xml       28 Jul 2002 14:29:20 -0000      1.19
  @@ -82,13 +82,20 @@
      <sample name="Documentation" href="xmlform/overview.html">
       Introduction to Cocoon's form handling framework,
       which provides W3C XForms based markup, Schematron instance validation,
  -    and automated binding to JavaBeans and DOM instances.   
  +    and automated binding to JavaBeans and DOM instances. 
  +    Also shows that XMLForm based applications are readily available as Web 
Services (REST style).  
      </sample>
   
  -   <sample name="Examples" href="xmlform/wizard.html">
  +   <sample name="Example" href="xmlform/wizard">
       Presents a sophisticated form handling demo ...
       multi-page wizard with two-way navigation.
      </sample>
  +   
  +   <sample name="WSDL" href="xmlform/UsageFeedbackService/WSDL">
  +     Example WSDL descriptor for the same application, 
  +     exposed as a Web Service.     
  +   </sample>
  +   
     </group>
     
     <group name="Remote Web Site Integration">
  
  
  

----------------------------------------------------------------------
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