Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Portals and Portlets and the fly likes Inter Portlet communication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Inter Portlet communication " Watch "Inter Portlet communication " New topic
Author

Inter Portlet communication

priyaranjan singh
Greenhorn

Joined: Jul 28, 2009
Posts: 1

Hi,

I am new in developing portlet application. i want to prepare a demo for inter portlet communication in which when we click a link in first portlet its effect should be shown in second portlets.But does not have any idea how to implement this, can any one help me to solve this issue or provide me any working example to overcome this issue.

i am using jboss 2.7.2 portal server.

Thanks,
Ranjan
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Well, with JSR168, we don't really have inter-portlet communication. If portlets are in a common war file, you can share information through the application scope of the PortletSession, but that's about it.

Remember, portlets are intended to be isolated little content spots. They're not really supposed to depend upon each other for communication. For what you're doing, you might just want to have one portlet instead.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Inter Portlet communication
 
Similar Threads
inter portlet communication based on JSR 286 specifications
Inter Portlet Communication
Share data between WAS and WPS
Inter portlet communication
Inter-Portlet Communication