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.
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 ...?
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 ]