ivelin 2002/07/28 07:28:00 Modified: src/webapp/samples/xmlform overview.html Log: added WSDL and REST style Web Service support for the XMLForm demo Revision Changes Path 1.3 +21 -15 xml-cocoon2/src/webapp/samples/xmlform/overview.html Index: overview.html =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/xmlform/overview.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- overview.html 28 Jul 2002 14:06:31 -0000 1.2 +++ overview.html 28 Jul 2002 14:28:00 -0000 1.3 @@ -6,6 +6,27 @@ <h1>Demonstration of XMLForm</h1> <p> +See the Apache Cocoon documentation for an overview: +<a href="../../documents/howto/xmlform-wizard/howto-xmlform-wizard.html">Cocoon XMLForm How-To</a> +</p> + +<p> +The Cocoon XMLForm handling framework provides +<a href="http://www.w3.org/MarkUp/Forms/">W3C XForms</a> based markup, +<a href="http://www.ascc.net/xml/resource/schematron/schematron.html">Schematron</a> +instance validation, and automated binding to +<a href="http://java.sun.com/products/javabeans/">JavaBeans</a> and +<a href="http://www.w3.org/DOM/">DOM</a> instances. +<br/> +It also allows easy deployment of +<a href="http://www.xfront.com/REST.html">REST</a> +style +<a href="http://www.w3.org/2002/ws/">Web Services</a> +, with maximum code reuse between human facing and machine interface. +</p> + + +<p> Here is the <a href="wizard">XMLForm Demonstration</a> </p> @@ -25,20 +46,5 @@ <a href="UsageFeedbackService?firstName=bad&publish=false">here for an invalid sample request</a>. </p> -<p> -See the Apache Cocoon documentation -<a href="../../documents/userdocs/concepts/xmlform.html">XMLForm Handling</a> -for an overview and the -<a href="../../documents/howto/xmlform-wizard/howto-xmlform-wizard.html">Cocoon XMLForm How-To</a> -</p> - -<p> -The Cocoon XMLForm handling framework provides -<a href="http://www.w3.org/MarkUp/Forms/">W3C XForms</a> based markup, -<a href="http://www.ascc.net/xml/resource/schematron/schematron.html">Schematron</a> -instance validation, and automated binding to -<a href="http://java.sun.com/products/javabeans/">JavaBeans</a> and -<a href="http://www.w3.org/DOM/">DOM</a> instances. -</p> </body> </html>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]