Rajeev,

There are several steps that must be done to create a Web page with
XForms:

o create an XForms model
o optionally create a schema to validate the form
o create a page that displays the form
o create logic that handles for submission (e.g. storing it into a db)

There is no wizard that will take an XForms model or a WXS or Relax NG
schema and automatcally create a Web page for you. So you will have to
write this logic.

So in general I say yes, it is possible to implement this, but OXF
won't do it automatically for you.

Your submitted instance data could be stored in a SQL database, for
example as a CLOB containing an XML document.

-Erik

Rajeev Dave wrote:

> Hi Erik,
> Here is the business case what I am talking of....
>
> We are developing a website which has several forms which help in
> configuring a users profile. The form definitions for these forms are hosted
> across multiple webservers on internet. The administrator can alter the form
> definition on any of the webserver.
>
> Note here that the form1 might have template data on
> http://www.server1.com/form1 and form2 might have template data on
> http://www.server2.com/form2
>
> Here I need your suggestion on:
> 1. is this possible. I read that the URLClassloader policy exists, but it
> loads from 1 URL location only. But in this case, there will be several
> model definitions coming from various URL's
> 2. where and how will I keep my xml instance data?
> 3. Basically I need help in designing this with Xforms...
>
> Do let me know if you need some more description of the business case here.
>
> Rgds,
> Rajeev Dave

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to