I am new to X-Forms & Chiba.
I was looking at integrating Chiba in a simple Java EE application.
What are the steps to do this?
What has been achieved so far
- Submit a xform to Chiba using a stream or as a file through JSP and Servlet.
- To get the output form from Chiba as a HTML, CSS, JS and AJAX.
- The created xhtml x-form that will be used by Customers to fill in data.
- On submit, the instance xml goes to a servlet.
- The Servlet then saves this instance xml (assume in RDBMS as CLOB).
Can you provide any sample application which can help me to understand the flow of xForm processing through an server-side xform engine?