Anyone know much about this technology?
I'm looking at putting dynamic forms into a servlet based application I have, don't need to build the forms in my appication yet, happy to upload the XML which I am hoping I can create on some stand alone thingy.
Just want something very lightweight that I can build into my application, that will take the form, create the HTML, do validation then deal with the submission. I'm hoping this can all be done with taglibs in a few JSPs then a simple to use back end API.
looked at Orbeon but it is a big system and I think it could get messy for what I want to do, there were loads of dependencies.
I'm looking at putting dynamic forms into a servlet based application I have, don't need to build the forms in my appication yet, happy to upload the XML which I am hoping I can create on some stand alone thingy.
Just want something very lightweight that I can build into my application, that will take the form, create the HTML, do validation then deal with the submission. I'm hoping this can all be done with taglibs in a few JSPs then a simple to use back end API.
looked at Orbeon but it is a big system and I think it could get messy for what I want to do, there were loads of dependencies.

Comment