interportlet communication with Orbeon XForms

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

interportlet communication with Orbeon XForms

Rory Newton
Hi,

I'd like to know if it's possible to implement interportlet communication with your portlet and Liferay. I've had a look online but can't find much information. Any help greatly appreciated.

Thanks,

Rory


--
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
Reply | Threaded
Open this post in threaded view
|

Re: interportlet communication with Orbeon XForms

Alessandro Vernet
Administrator
Rory,

Rory Newton wrote
I'd like to know if it's possible to implement interportlet communication
with your portlet and Liferay. I've had a look online but can't find much
information. Any help greatly appreciated.
We don't provide an out-of-the-box mechanism to do inter-portlet communication. Would using JavaScript work for you for this? You could send an event from one portlet to the other using dispatchEvent(). Each portlet lives in its own HTML form, and you can specify the form to that function. Note that this is really just an idea, and I have never tried this myself. You can find more on dispatchEvent() on:

http://wiki.orbeon.com/forms/doc/developer-guide/xforms-extensions

Alex
Reply | Threaded
Open this post in threaded view
|

Re: Re: interportlet communication with Orbeon XForms

Rory Newton
Hi Alex,

Thanks for the reply, I'll try that. I've also been looking at this: http://www.orbeon.com/ops/doc/reference-xforms-java 

I haven't tried it yet in a portlet but do you know of any reason why deploying the Orbeon engine separately with Liferay portlets/any portlet environment wouldn't work?

I appreciate that this might be more of a portlet specific question and not an Obeon one, but any thoughts would be greatly welcome.

Rory

On Wed, Sep 9, 2009 at 8:05 AM, Alessandro Vernet <[hidden email]> wrote:

Rory,


Rory Newton wrote:
>
> I'd like to know if it's possible to implement interportlet communication
> with your portlet and Liferay. I've had a look online but can't find much
> information. Any help greatly appreciated.
>

We don't provide an out-of-the-box mechanism to do inter-portlet
communication. Would using JavaScript work for you for this? You could send
an event from one portlet to the other using dispatchEvent(). Each portlet
lives in its own HTML form, and you can specify the form to that function.
Note that this is really just an idea, and I have never tried this myself.
You can find more on dispatchEvent() on:

http://wiki.orbeon.com/forms/doc/developer-guide/xforms-extensions

Alex

-----
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.com/
Twitter - http://twitter.com/avernet
--
View this message in context: http://www.nabble.com/interportlet-communication-with-Orbeon-XForms-tp25345673p25359701.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




--
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: interportlet communication with Orbeon XForms

Alessandro Vernet
Administrator
Rory,

Rory Newton wrote
Hi Alex,
Thanks for the reply, I'll try that. I've also been looking at this:
http://www.orbeon.com/ops/doc/reference-xforms-java

I haven't tried it yet in a portlet but do you know of any reason why
deploying the Orbeon engine separately with Liferay portlets/any portlet
environment wouldn't work?
I am not sure to understand what you are asking. What you do you mean by "deploying the Orbeon engine separately with Liferay"? Are you talking about deploying Orbeon Forms as a portlet inside Liferay vs. as a servlet inside Tomcat?

Alex