Hi,
I am fairly new to XForms and Orbeon and I'm trying to find a good architecture for Orbeon in a portal environment. Outside the portal enironment, I've successfully followed the instructions on how to deploy my forms in my own java webapp using the "Separate Deployment"-setup, as described here: http://www.orbeon.com/ops/doc/reference-xforms-java. Now my question is if a similar deployment setup can be achieved in a portal environment? What I want is a separate webapp with my own portlet(s) serving my own xforms that uses a servlet-filter and a separate orbeon.war-deployment to process the xforms. Has anyone got any experiences with such a deployment? Thanks in advance. Best Regards, Sofia Jonsson -- 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 |
I have done quite a bit of investigation into this myself, but I found numerous issues preventing me from getting it to work. Namely, in my case I am doing submissions with replace="all", which doesn't work in portlet mode.
This is a good starting point: http://wiki.orbeon.com/forms/doc/developer-guide/xforms-remote-portlet-deployment My workaround was to use an iframe in my portlet so that all the orbeon stuff doesn't need to be configured in 'portal' mode. I would be very interested though if you did get this to work natively in your portlet. HTH, Alec
|
Administrator
|
Alec,
FWIW we have another way of deploying remote portlets: http://wiki.orbeon.com/forms/doc/developer-guide/xforms-remote-portlet-deployment We provide code to handle the actual remote portlet (deployed in as servlet), but we do not provide yet a Java client portlet. However information on what that portlet needs to do are available on that page. -Erik On Mar 25, 2009, at 10:45 AM, AlecL wrote: > > I have done quite a bit of investigation into this myself, but I found > numerous issues preventing me from getting it to work. Namely, in > my case I > am doing submissions with replace="all", which doesn't work in > portlet mode. > > This is a good starting point: > > http://wiki.orbeon.com/forms/doc/developer-guide/xforms-remote-portlet-deployment > > My workaround was to use an iframe in my portlet so that all the > orbeon > stuff doesn't need to be configured in 'portal' mode. I would be very > interested though if you did get this to work natively in your > portlet. > > HTH, > Alec > > > Sofia Jonsson-2 wrote: >> >> Hi, >> >> I am fairly new to XForms and Orbeon and I'm trying to find a good >> architecture for Orbeon in a portal environment. Outside the portal >> enironment, I've successfully followed the instructions on how to >> deploy >> my >> forms in my own java webapp using the "Separate Deployment"-setup, as >> described here: http://www.orbeon.com/ops/doc/reference-xforms-java. >> >> Now my question is if a similar deployment setup can be achieved in a >> portal >> environment? What I want is a separate webapp with my own portlet(s) >> serving >> my own xforms that uses a servlet-filter and a separate >> orbeon.war-deployment to process the xforms. Has anyone got any >> experiences >> with such a deployment? >> >> Thanks in advance. >> >> Best Regards, Sofia Jonsson >> >> >> -- >> 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/Deploying-orbeon.war-separately-in-a-portal-environment--tp22620955p22707455.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 |
Free forum by Nabble | Edit this page |