I would like to integrate Orbeon Forms into my JSF application in which I use XForms. After some reading up on your forums I understand that one of the approaches is to setup
Orbeon Forms as a servlet filter.I believe the approach is documented here. http://www.orbeon.com/ops/doc/integration-xforms-jsp Alternatively would it be possible to deploy my JSF app (which contains XForms) separately, in a separate War, in a GlassFish Server and to let XForms be handled by Orbeon Forms. Please advise. I need to have at least a bare bones JSF/Orbeon App integration working as soon as possible. thanks ilango |
Administrator
|
By "JSF" application, what do you mean exactly?
If you mean you will have, on a same page, JSF components and XForms ones, that will be hard to achieve and I would seriously advise against it. If you just plan to have some pages use JSF, and some use XForms, then that is fine and you can use the separate deployment approach: http://www.orbeon.com/ops/doc/reference-xforms-java -Erik On Jun 29, 2008, at 9:42 AM, ilango_g wrote: > > I would like to integrate Orbeon Forms into my JSF application in > which I use > XForms. After some reading up on your forums I understand that one > of the > approaches is to setup > Orbeon Forms as a servlet filter.I believe the approach is > documented here. > > http://www.orbeon.com/ops/doc/integration-xforms-jsp > > Alternatively would it be possible to deploy my JSF app (which > contains > XForms) separately, in a separate War, in a GlassFish Server and to > let > XForms be handled by Orbeon Forms. > > Please advise. I need to have at least a bare bones JSF/Orbeon App > integration working as soon as possible. > > thanks > ilango > -- > View this message in context: http://www.nabble.com/integrating-a-JSF-applicaton-into-Orbeon-Forms-tp18182776p18182776.html > Sent from the ObjectWeb OPS - Users mailing list archive at > Nabble.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 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 |
Hi Erik
By JSF application I mean an application where some pages will use JSF and some use XForms. So do you think the separate deployment approach is fine?
|
Administrator
|
I think that in general yes, that should be fine.
It is up to you to configure the filter to determine which pages must go through XForms processing. -Erik On Jun 29, 2008, at 2:43 PM, ilango_g wrote: > > Hi Erik > By JSF application I mean an application where some pages will use > JSF and > some use XForms. > So do you think the separate deployment approach is fine? > > > > Erik Bruchez wrote: >> >> By "JSF" application, what do you mean exactly? >> >> If you mean you will have, on a same page, JSF components and XForms >> ones, that will be hard to achieve and I would seriously advise >> against it. >> >> If you just plan to have some pages use JSF, and some use XForms, >> then >> that is fine and you can use the separate deployment approach: >> >> http://www.orbeon.com/ops/doc/reference-xforms-java >> >> -Erik >> >> On Jun 29, 2008, at 9:42 AM, ilango_g wrote: >> >>> >>> I would like to integrate Orbeon Forms into my JSF application in >>> which I use >>> XForms. After some reading up on your forums I understand that one >>> of the >>> approaches is to setup >>> Orbeon Forms as a servlet filter.I believe the approach is >>> documented here. >>> >>> http://www.orbeon.com/ops/doc/integration-xforms-jsp >>> >>> Alternatively would it be possible to deploy my JSF app (which >>> contains >>> XForms) separately, in a separate War, in a GlassFish Server and to >>> let >>> XForms be handled by Orbeon Forms. >>> >>> Please advise. I need to have at least a bare bones JSF/Orbeon App >>> integration working as soon as possible. >>> >>> thanks >>> ilango >>> -- >>> View this message in context: >>> http://www.nabble.com/integrating-a-JSF-applicaton-into-Orbeon-Forms-tp18182776p18182776.html >>> Sent from the ObjectWeb OPS - Users mailing list archive at >>> Nabble.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 >> >> -- >> 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 >> >> > > -- > View this message in context: http://www.nabble.com/integrating-a-JSF-applicaton-into-Orbeon-Forms-tp18182776p18185691.html > Sent from the ObjectWeb OPS - Users mailing list archive at > Nabble.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 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 |
Can anybody help me how to configure my JSF application with Orbeon? The first page should be displayed from my JSF portion and whenever necessary control should go to Orbeon protion. How to do this?
|
Free forum by Nabble | Edit this page |