1 / 29

New Standards for eForms

New Standards for eForms. Dennis Clerke President and CEO Cardiff Software, Inc. 3220 Executive Ridge Drive Vista, CA 92083 www.Cardiff.com. Business Requirements Are Driving eForm Processing. $22.5B Spent on Pre-Printed Forms (US) (DMIA Formtrac)

ziarre
Télécharger la présentation

New Standards for eForms

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. New Standards for eForms Dennis Clerke President and CEO Cardiff Software, Inc. 3220 Executive Ridge DriveVista, CA 92083 www.Cardiff.com

  2. Business Requirements Are Driving eForm Processing • $22.5B Spent on Pre-Printed Forms (US)(DMIA Formtrac) • 30% of Pre-Printed Forms Turn to Waste(DMIA Formtrac) • A Single Paper Form Costs An Organization $30 - $165 to Use, Process and Enter (Microsoft Study)

  3. Historical eForm Approaches Have Limitations • Proprietary eForm formats - vendor lock-in • Client/server • Browser plugins • Java applets • Proprietary formats: XFDL, XFA • eForms = Programming • Unfriendly for non-technical users • Creation & maintenance of forms is IT-resource intensive • Few vendors offer migration path from paper • Getting from paper to eForms is slow, expensive • Once on eForms, no automated support for paper

  4. “5 Phases of eForms” Phase5 “Design, Fill, Validate, Attach, Print/Submit, Route, Digitally Sign, and Output/Connect” Phase4 “Fill, Validate, Print/Submit and Route” Phase3 “Design, Fill, Validate, Print or Submit” Phase2 “Fill and Print” Phase1 “Print to PDF And Put Online”

  5. World Web Consortium (W3C) XForms • XForms Working Group created to define a Web-based standard for presentation and information • W3C XForms Working Group • Members include Cardiff Software, IBM, Oracle, Netscape, HP, Xerox, Ericsson, Mozquito and others… • Author and technical editor of the draft specification

  6. The New XForms Standard Micah Dubinko, CDIA Chief XML Architect Cardiff Software, Inc. 3220 Executive Ridge DriveVista, CA 92083 www.Cardiff.com

  7. Agenda • The New XForms Standard • Greetings from France • XForms Design Goals • XForms Quick Tour • XForms vs. Closed Systems • Preparing for XForms Today • Further Information

  8. XForms Requirements • Define XML interface for eForms • Define form presentation format • Define data format and structure • Leverage XML Schema, later XML Digital Signature • Provide a suitable replacement for HTML forms

  9. XForms Design Goals • Be a good XML citizen • Seamless integration with other XML tag sets • Anywhere, anyone, any time, any device • Support for desktop browsers, handheld, phones, ATMs, gasoline pumps, etc… • Remove Script Dependencies • Richer user interface to meet the needs of business, consumer and device control applications • From simple client/server to n-tier • Decoupled data, logic and presentation

  10. A Brief History of eForm Standards Pre-1993: Proprietary, Client/Server 1993: HTML forms 1994–2001: Nothing happened 2002: XForms

  11. HTML Forms Limitations • Some Assembly Required • <input value=“initial value”> • Primitive Data Representation • URL encoded • Need Script to do anything… • Validations • Calculations • Dynamic Forms

  12. The “New” Web

  13. XForms Conformance Profiles • Two conformance profiles to support wide range of devices • Basic: small devices, TV, phones, etc. • Full: desktop browsers, servers • High-level form control definitions • Flexibility in implementation

  14. <head> </head> Purpose (non-visible) XForms Model <body> </body> Presentation Form controls How It Works • XForms separates the data from the form definition <html> </html>

  15. W3C XML, XSL, etc. Core Standards Application Schemas W3C XForms, XML Sign Vendor Implementations Frameworks XForms ServicesDesigner/HTML/PDF/XML Web Server (Routing, etc) Connectivity (Data/Archive) Implementation Platform Tools User Presentation User Presentation HTML Adobe PDF Others via XSL Why it Works

  16. XForms Model • Defines the ‘Purpose’ of the form • Includes: • Instance Data • XForms specific properties and actions • Submit Information

  17. XForms Model • Single, device-independent XML form definition • Works with standard or proprietary user interfaces

  18. Separate Purpose from Data

  19. XForms Instance • Provides template for your data • Provides default or partially submitted data • Can be inline or referenced externally

  20. XForms Without Scripting • XML Schema defines static constraints • Datatypes • minimum/maximum occurrences • XForms extends these with ‘computed expressions’ • Evaluated at runtime • Is something relevant or required? • Calculated fields

  21. listbox checkbox radio menu XForms UI Controls • <selectOne ref="my:icecream/my:flavor"> <caption>Flavour</caption> <item><caption>Vanilla</caption><value>v</value></item> <item><caption>Strawberry</caption><value>s</value></item> <item><caption>Chocolate</caption><value>c</value></item></selectOne>

  22. XForms form control Closest HTML equivalent Description <input> <input type="text"> For entry of small amounts of text <textarea> <textarea> For entry of large amounts of text <secret> <input type="password"> For entry of sensitive information <output> N/A For inline display of any instance data <range> N/A For smooth "volume control" selection of a value <upload> <input type="file"> For upload of file or device data <button> <button> For activation of form events <submit> <input type="submit"> For submission of form data <selectOne> <select> or <input type="radio"> For selection of one option among several <selectMany> <select multiple="multiple"> For selection of many options XForms Vs. HTML Controls

  23. XForms Actions • Defines common set of behaviors for forms • Allows event processing without requiring Javascript

  24. modeless ephemeral modal XForms Action • Messages • <message level=“ephemeral”>Please enter the number…</message> • <message level=“modal”>This field is required (Street)</message> • <message level=“modeless”>Have you forgotten your password</message>

  25. XForms Submit Submit • Provides How, Where, and What to submit • Multiple models per page • Partial form submission • Default is ‘post’ of XML Instance

  26. HTML Poor integration with XML Device dependent, running well only on desktop browsers Blending of purpose and presentation Limited accessibility features XForms Excellent XML and Schema integration Device independent, yet still useful on desktop browsers Strong separation of purpose from presentation Universal accessibility HTML vs. XForms

  27. Shana Informed Format ShanaFiller Shana PureEdgeFiller PureEdge PureEdge Form Format JetformFiller FormFlow99 Format Jetform Client/Server eForms = Closed Systems User Experience Products Proprietary Format X X X X

  28. Making the Transition Preparing for the future of eForms: • Deploy XML data through Web Services • Don’t assume browser-only access • Avoid dependence on HTML processing • Think beyond client-server • Embrace open standards

  29. For More Information… • http://www.w3.org/TR/xforms/ • http://www.w3.org/MarkUp/Forms • http://www.xml.com/ • Mailing List: • www-forms@w3.org Subj:“subscribe”

More Related