ivelin 02/05/21 20:56:05 Modified: src/webapp/samples/xmlform README.txt Log: update Revision Changes Path 1.2 +13 -6 xml-cocoon2/src/webapp/samples/xmlform/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/xmlform/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.txt 20 May 2002 13:33:50 -0000 1.1 +++ README.txt 22 May 2002 03:56:05 -0000 1.2 @@ -1,16 +1,23 @@ The XMLForm framework is inspired by Apache Jakarta Struts and W3C XForms. + Its goal is to: * Ease the development of sophisticated web applications utilizing complex data types and multi-page transactions + * Provide an automated 2 way mapping between HTML Forms <-> XML <-> JavaBeans -* Use standard XML validation languages like XML Schema, Relax-NG, Schematron for data validation -* Promote natural reuse of validation, binding and business logic between cocoon actions (which are best utilized for interactive clients driven web applications ) and web services (which are in turn becoming the standard machine-to-machine web technology) -* In doing so, utilize as much as possible of the existing cocoon 2 technology. More specifically: actions, action sets, cocoon-action parameters and transformers. -* Utilize existing XPath tools like JXPath for read/write access to JavaBeans, DOM nodes and mixed -objects. +* Use standard XML schema languages like XML Schema, Relax-NG, Schematron for data validation + +* Promote complete reuse of Cocoon Actions for: + - UI centric web applications - HTML, WML, UXL, VoiceML, etc. + - Web Services (based on the REST paradigm) + - Remote Portal Forms. (An interactive extension of static content formats like Netscape RSS) + +* Utilize XPath tools like Apache Jakarta Commons JXPath for read/write access to JavaBeans, DOM nodes and mixed objects. + +* Utilize the existing Cocoon XML functional testing framework - AntEater. -------------------------------------------------------------------------------------------- @@ -24,7 +31,7 @@ To try the demo, link to: -http://localhost:8080/cocoon/mount/xmlform/wizard.html +http://localhost:8080/cocoon/samples/xmlform/wizard.html --------------------------------------------------------------------------------------------
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]