very new to xforms - recommendations
0 answers - 2179 bytes -

Victor,
Thanks for your info. Very Helpful.
mary
Victor Engmark <victor.engmark (AT) cern (DOT) chwrote:
M. Sarumi:
I have the following requirements and thought xforms was a good fit. We
have a tight deadline though and no experience with it.
I have tried a few processors - plugins and was going to go with Novell
only to find out that after 90 days it is not longer free.
I am looking for a processor that can be packaged with a form where there
is no cost. A person will go to a website and download a form and hopefully
the process too.
Due to security issues that have not been worked out, the process has to be
downloaded to the clients PC - so no server side technology.
Any recommendations on which process to use. The file has to be saved to
the users PC on say the C drive. This also gave us problems but the code may
not have been all correct.
Hello Mary, and welcome to the wonderful world of XForms! :)
I used Chiba for mostly the same reasons as you - Free and to be used
only on clients for offline work, loading and saving XML files directly.
No scripting was needed.
Some issues though:
- To be able to make an install package to be run offline, I had to
bundle Apache Tomcat and Java SDK, which made the whole package over
60 MB.
- Performance degraded fast when using instances above 20kB. At 60kB
page loading times on a P4 2.4GHz are >10s. YMMV.
- I haven't tried any of the other Chiba interfaces, such as Chicoon or
Flex.
You can download the whole thing at
CVSRT=:ext:anonymous (AT) isscvs (DOT) cern.ch:/local/reps/moi, see it on the web
at , or check
out the screenshots at
http://www.ntnu.no/~
Regarding formsPlayer, last I tried it every single input control had
their logo showing beside it (unless you pay for it), and it only works
on IE.
Regarding the Mozilla XForms, it's still very much in beta, and I was
unable to make any form controls inside repeats work
(). , it
looks very promising, being very fast and standard compliant
(XHTML/CSS).
HTH