Hi, Is it possible to use the code generated by form builder (that
can be accessed on clicking “show source”) by placing it directly
on a JSP? Or is it essential to use the form runner. Thanks, Ankur Badoni This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Ankur,
You definitely need to use Form Runner the source is linked with (fr:) and builder is closely coupled with Runner. Probably you would be knowing that FR uses code present in exist DB Vinith Gowda.
|
Hi,
Thanks for your reply. Actually I am new to xforms and Orbeon technologies. By your reply I now understand that FormBuilder and FormRunner are tightly coupled. However I am little confused in the way FormBuilder creates and handles forms. As per my understanding, we should be able to use a RDBMS (say, MySQL) to store forms instead of Exist. If I do this configuration, will new table be created for each form that I create? Moreover, will instance be stored as BLOB? Or is a separate column created for each x-form control? If some light could be shared on this, I would be very grateful. Thanks & Regards, Ankur Badoni -----Original Message----- From: VinithGowda [mailto:[hidden email]] Sent: Tuesday, May 19, 2009 2:06 PM To: [hidden email] Subject: [ops-users] Re: Using orbeon forms and Java Ankur, You definitely need to use Form Runner the source is linked with (fr:) and builder is closely coupled with Runner. Probably you would be knowing that FR uses code present in exist DB Vinith Gowda. ankur.badoni wrote: > > Hi, > > > > Is it possible to use the code generated by form builder (that can be > accessed on clicking "show source") by placing it directly on a JSP? Or > is it essential to use the form runner. > > > > Thanks, > > Ankur Badoni > > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you > received it in error, please notify the sender immediately and delete > original. Any other use of the email by you is prohibited. > > > -- > You receive this message as a subscriber of the [hidden email] mailing > list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- View this message in context: http://www.nabble.com/Using-orbeon-forms-and-Java-tp23611910p23612024.ht ml Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi, I am doing a Load Test on an
application build on Orbeon Forms. I am using the tool LoadRunner ver8.0 by HP.
I am getting values like $static-state,
$dynamic-state, $server-events and $client-state which are changing, but are
unable to co-relate them. Need help and suggestion as to how this can be
done using LoadRunner Tool, or are there any other tool for Load Testing
the applications made on Orbeon Forms. Please
treat this as urgent. Thanks and Regards. Anirban Misra This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by intended recipients. Unauthorized access to this e-mail (or attachments) and disclosure or copying of its contents or any action taken in reliance on it is unlawful. Unintended recipients must notify the sender immediately by e-mail/phone & delete it from their system without making any copies or disclosing it to a third person. |
Administrator
|
In reply to this post by ankur.badoni
> Actually I am new to xforms and Orbeon technologies. By your reply I
It is up to you and the way you will implement the persistence layer
> now > understand that FormBuilder and FormRunner are tightly coupled. > However > I am little confused in the way FormBuilder creates and handles forms. > As per my understanding, we should be able to use a RDBMS (say, MySQL) > to store forms instead of Exist. If I do this configuration, will new > table be created for each form that I create? Moreover, will > instance be > stored as BLOB? Or is a separate column created for each x-form > control? > If some light could be shared on this, I would be very grateful. for MySQL. Right now, there is no such persistence layer so the sky is the limit! With Oracle, we have opted to store forms in XMLType columns. -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
In reply to this post by Misra, Anirban
> I am doing a Load Test on an application build on Orbeon Forms. I am
> using the tool LoadRunner ver8.0 by HP. I am getting values like > $static-state, $dynamic-state,$server-events and $client-state which > are changing, but are unable to co-relate them. Need help and > suggestion as to how this can be done using LoadRunner Tool, orare > there any other tool for Load Testing the applications made on > Orbeon Forms. Please treat this as urgent. The rules is easy: any of those values sent by the server, must be sent back with every form submission or Ajax request. -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |