• 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

Forms engine

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have to provide to end user of my application possibility to create his/her own forms with validations (errors, warnings) and calculations without a need to rebuild/redeploy/restart the whole application. Key requirement is that it has to have graphical GUI for building forms (easy to use for no-programmer - drag and drop of form elements, clicking instead of typing, etc.). I should be able to pick up submitted form's result via web service (REST/SOAP) or it could be stored directly in database table.

Do you now any framework/solution which can (even partially) support me? I did research and for now I have two options: xforms (Orbeon) or do it from scratch. Any other options out there?
 
reply
    Bookmark Topic Watch Topic
  • New Topic