HabibiDXXX
New Member
I am trying to build a web-based visual editor so I can design XForms and a cross-platform mobile client which is able to render the XForms. I have some questions about my project:[*]I am planning to use Google Web Toolkit (GWT) to build the editor. Is this a good choice? I have not used GWT before. Are there any modules/library for GWT which can help me to create visual drag-and-drop form elements? I will have to generate equivalent XForms XML-based representation/code for these elements as I create the form using editor. Any suggestions on how to do this?[*]Now the second part is the cross-platform mobile client, which should be able to read these XML-based representation and render the form. Do I need to know stuff related to compiler, abstract syntax trees, source code representation techniques? Since the GWT will also produce some JavaScript and HTML files, can it be of any help? I am planning to just take small subset of XForms schema for my implementation to demonstrate a prototype kind of application.I will be very grateful if someone can shed me light on my confusion regarding technology choice, skills, and expertise required.