aspose file tools
The moose likes Portals and Portlets and the fly likes issue regarding portlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "issue regarding portlet" Watch "issue regarding portlet" New topic
Author

issue regarding portlet

nandini lagunia
Ranch Hand

Joined: May 05, 2009
Posts: 57
Hi,
I have developed a simple Inter Portlet Application and have run in successfully in Open Portal container.
My issue is that I want to access one of the portlet remotely through URL.
Is there any way to achieve this? Is there any way to embed Portlet in jsp like iGoogle does?

Thanks in advance.
ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
WSRP can help you do that. You create a proxy portlet on "consumer" to "consume" the portlet which is actually deployed on "producer".

I know how to do that in WebLogic Portal. Which Portal Server are you using?
nandini lagunia
Ranch Hand

Joined: May 05, 2009
Posts: 57
Thanks for your prompt reply!!!

I am using Openportal and have deployed it successfully using WSRP.
Isn't there any way in which "I TYPE AN URL AND THE PAGE CONTAING THE PORTLET
IS DISPLAYED AND I CAN DO ALL THE OPERATIONS ON THAT PORTLET"?
Ofcourse it should send event to another portlet and accept event from other
portlet as well.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: issue regarding portlet
 
Similar Threads
Portlet Maximize
Sending an ArrayList using IBM Portlet Messaging
Can i get PortletData in servlet ?
How to disable portlet caching in JSR168 portlets?
Is there any PortletContaner API ?