Multiple questions regarding orbeon implementation.
Posted by stessy on Jan 27, 2010; 10:45am
URL: https://discuss.orbeon.com/Multiple-questions-regarding-orbeon-implementation-tp1311468.html
Hi,
we are actually looking to upgrade our application which becomes very old (7 years).
This application is based on JSP, Servlets, EJB and xforms.
Those xforms are rendered via an internal API.
Our application stores both user data and html inside the same file in our database.
Our plan is to deploy Orbeon forms in a separate war file and add additional informations in the web.xml file as mentioned in your documentation.
Here are my questions.
- As we have multiple application servers, would it be possible to store the forms template in a shared folder (NFS) and get those template processed by the orbeon forms engine, maybe passing via JSP or servlets to retrieve the form data (stored as CLOB in our Oracle database) and retrieve the forms template from that shared folder.
- What would be the best solution to save the form data, as some post processing have to be done on those data like inheritance between forms data in different forms.
For example, we have a set of forms (A1,A2 and A3), some data have to be inherited from A2 to A3 once the forms data are saved. Can we call EJBs after the data have been saved, or do we have to send the forms data (xml) to the EJB and then save and post process those data in the EJB ??
-For the session attributes and request parameters passed by the URL, I think that I found the solution by creating another xml instance and store those information in that instance, so they can be reused when saving the forms data. Can you confirm that it's the best solution??
I think that I will still have other question in the near future. :-)
Thanks a lot for your help.
Regards,
Stessy Delcroix