Orbeon form builder database support

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Orbeon form builder database support

archana
In home page of the Orbeon form builder i found that database like mysql,oracle are supported. what i need to know is, will this support IBM DB2 database and is there any document regarding how to save the form data in my local database.And also i need a document or videos on how to integerate orbeon forms into my websites
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon form builder database support

Alessandro  Vernet
Administrator
Hi,

At this point DB2 is not supported yet, but will be later this year. As far as "integrating", the simplest is to link from your app to a form created/deployed with Form Builder. Are you looking for another level of integration?

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon form builder database support

archana
At the point of integration , i did a spike as you said and is there any other way since i felt themes customization is quite difficult while integrating with my application. And only exist, oracle, mysql database are only supported database for orbeon form builder. Then can we encrypt the form data before storing in database


Alessandro Vernet wrote
Hi,

At this point DB2 is not supported yet, but will be later this year. As far as "integrating", the simplest is to link from your app to a form created/deployed with Form Builder. Are you looking for another level of integration?

Alex
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon form builder database support

Alessandro  Vernet
Administrator
Hi archana,

As far as encrypting the data, I think the best way to do this would be for you to do it in your own implementation of the persistence API, or, if you want to use one of the existing implementation (Oracle, MySQL, eXist), write a "proxy" implementation that does the encryption/decryption and calls one of the existing implementation.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet