19.1. Portlet services
Portlet services provide commonly used functions to portlets. Portlet services can be used with both IBM portlets and JSR 168 portlets. IBM portlets access the service by using PortletContext.getService. JSR 168 portlets must use a JNDI lookup to access the service. Portlet services can only be invoked from portlets, not themes or skins.
Portlet service interfaces are different for the two APIs. You can, however, write a portlet service implementation you can use for both APIs. You can write your own portlet service and register it in the portal, so that all portlets can use it.
19.1.1. ContentAccessService
ContentAccessService (CAS) provides portlets with access to remote systems and content from remote URLs. When developing ...
Get IBM Rational Application Developer V6 Portlet Application Development and Portal Tools now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.