| Author |
Difference between JSR 168 portlets and WSRP Portlets
|
Padma priya Gururajan
Ranch Hand
Joined: Oct 05, 2006
Posts: 393
|
|
Hi, What is the difference between JSR 168 and WSRP portlets? Thanks in advance. With regards, Padma priya N.G.
|
Padma priya N.G.<br />Be the change you want to be - Mahatma Gandhi
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4962
|
|
JSR168 is the standard API for developing portlets. Basically, it's the API. WSRP is Web Services for Remote Portlets. It allows a portal server to provide a portlet to a client, even though the portlet may be hosted on a separate server, or even a different type of portal server (BEA, WebSphere, JBoss). Web Services are used to take content from a remote portal server, and make it look like it's available to the local server. Essentially, the client should never know. So, you could have a client attaching toa portal server that actually pulls in content from other portal servers, all through WSRP. The actual portlets would likely be coded using JSR168. -Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
Padma priya Gururajan
Ranch Hand
Joined: Oct 05, 2006
Posts: 393
|
|
Thanks. With regards, Padma priya N.G.
|
 |
Padma priya Gururajan
Ranch Hand
Joined: Oct 05, 2006
Posts: 393
|
|
Thanks. With regards, Padma priya N.G.
|
 |
 |
|
|
subject: Difference between JSR 168 portlets and WSRP Portlets
|
|
|