• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

query abt xforms

 
Ranch Hand
Posts: 156
Hibernate Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am new to xforms, can any body tell what is the extension for an xform ?
how we should save the an xform file, and how we can run etc, please help me
 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!

XForms are W3C's alternative (I don't know if I can use that word) to traditional Web Forms and aim to provide

1. XML Integration
2. Separation of purpose and presentation
3. Device Independance

The stages of processing are:

1. Initialization:
2. Interaction: Events that notify system change and events that make things to happen
3. Process/ Submit:
4. Destruct


You can go on to W3C - XForms for more info....


HTH
 
reply
    Bookmark Topic Watch Topic
  • New Topic