Foros de discusión

Inter Portlet Communication

thumbnail
darren rose, modificado hace 7 años.

Inter Portlet Communication

Regular Member Mensajes: 215 Fecha de incorporación: 4/04/15 Mensajes recientes
Hi,

I am using LR6.2GA5 and have a requirement to support inter portlet communication - when an event happens in Portlet A, a notification needs to be sent to Portlet B.

thanks in advance
thumbnail
David H Nebinger, modificado hace 7 años.

RE: Inter Portlet Communication

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
thumbnail
darren rose, modificado hace 7 años.

RE: Inter Portlet Communication

Regular Member Mensajes: 215 Fecha de incorporación: 4/04/15 Mensajes recientes
thanks David
thumbnail
darren rose, modificado hace 7 años.

RE: Inter Portlet Communication

Regular Member Mensajes: 215 Fecha de incorporación: 4/04/15 Mensajes recientes
David H Nebinger:
And?

https://dev.liferay.com/develop/tutorials/-/knowledge_base/6-2/communicating-between-jsf-portlets-using-ipc






Come meet me at the LSNA!



Hi David,

I see this refers to JSF - I use Spring MVC Portlet and so won't have access to the FacesContext.
thumbnail
Jaydip Lakhatariya, modificado hace 7 años.

RE: Inter Portlet Communication

Junior Member Mensajes: 53 Fecha de incorporación: 18/04/13 Mensajes recientes
Hi,

You can also integrate IPC with the Spring MVC portlet. There is @EventMapping annotation to identify the event method on receiver side. Please refer:

https://web.liferay.com/web/subhasis.it/blog/-/blogs/ipc-event-custom-bean-in-spring-mvc-portlet


Hope this helps !

Regards,
Jaydip