This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Portals and Portlets and the fly likes Potal Url Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Potal Url" Watch "Potal Url" New topic
Author

Potal Url

AMR OMAR
Greenhorn

Joined: Dec 12, 2005
Posts: 5
I using WSAD 5 with portal toolkit ,portal user url created by portal api
how can acsses portlet directly from another server and show information
from portal for example in normal web application we can acsses any jsp file
like that www.myserver\.....\any.jsp directly how can make this issue with
portal ...?
K Riaz
Ranch Hand

Joined: Jan 08, 2005
Posts: 375
Originally posted by AMR OMAR:
how can acsses portlet directly from another server and show information
from portal for example in normal web application we can acsses any jsp file
like that www.myserver\.....\any.jsp directly how can make this issue with
portal ...?


Portlets are not tied to URLs. You cannot provide a link to a specific portlet - if you could, it wouldn't be a portlet. If you wish to obtain some data from another server (e.g. weather info for your portal), then you would implement a portlet which would establish some sort of a connection to the remove server, pull data from it and render it within a portlet.
[ January 03, 2006: Message edited by: K Riaz ]
AMR OMAR
Greenhorn

Joined: Dec 12, 2005
Posts: 5
i found the solution check this
http://www-128.ibm.com/developerworks/websphere/library/techarticles/0508_scott/0508_scott.html
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Potal Url
 
Similar Threads
Calling a servlet from portlet?
AJAX call from Websphere portal
Context-Root problem in WAS5
How jboss portal include portal in URL?
Which Version? WS Portal Server