File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Portals and Portlets and the fly likes Interportlet communication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Interportlet communication" Watch "Interportlet communication" New topic
Author

Interportlet communication

William Moore
Greenhorn

Joined: Jan 27, 2006
Posts: 5
Hi,

I have two portlets running on WSAD5.1.2. I would like to establish communication between both of them. Can i get some info about the steps involved.

Thanks in advance
Bill
Nit Sharma
Greenhorn

Joined: Jan 27, 2006
Posts: 9
Hello William,
This article explains everything.
ftp://ftp.software.ibm.com/software/dw/wes/pdf/0412_roy-CooperativeStandardPortlets.pdf

Basically you have to write cooperative portlets and Wsdl files for each portlet.WSDL will tell the property broker what parameters are communicated between portlets.You will have to specify the wsdl files in portlet.xml.

Nitin


Regards<br />Nitin<br /> <br />Sun Certified Java programmer <br />Sun Certified Web Component Developer(SCWCD)<br />Sun Certified Enterprise Architect(SCEA)<br />IBM Certified Solution Developer WebSphere Portal V5.1
Pete RK
Greenhorn

Joined: Feb 09, 2006
Posts: 2
If your portlets are running within the same portlet application (WAR), you can use the session (application scope). See this helpful article:
http://www.doc.ic.ac.uk/~mo197/portlets/portlet_messaging/
You don't need to use a proprietary API from IBM.
pooja jain
greenhorn
Ranch Hand

Joined: Jan 12, 2005
Posts: 213
Originally posted by Nit Sharma:
Hello William,
This article explains everything.
ftp://ftp.software.ibm.com/software/dw/wes/pdf/0412_roy-CooperativeStandardPortlets.pdf

Basically you have to write cooperative portlets and Wsdl files for each portlet.WSDL will tell the property broker what parameters are communicated between portlets.You will have to specify the wsdl files in portlet.xml.

Nitin


i doubt. :roll:


:d
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Interportlet communication
 
Similar Threads
Present perfect
The Post
XModem sending part
WA #1.....word association
Interviewers, what kind of questions do you ask , in general, in any interview?