Saturday, 25 October 2014

Client side aggregation in WebSphere portal8.0

                                                          The following client-side programming model guidelines apply only to themes that support Client-Side Aggregation (CSA), primarily the Page Builder theme. The Portal 8.0 theme and the Portal 7.0.0.2 theme do not support CSA. 

Client side APIs available for portlets :- 
General prerequisites for using the client-side APIs are as follows:
  • A CSA theme is active for the given page where the portlet is deployed.
  • The render type iWidget has been activated. To do this, use the XML configuration interface or modify the metadata.properties in WebDAV, or select Client Side Aggregation - Rendering in the Page Properties portlet.

No comments:

Post a Comment

Custom single threaded java server

 package com.diffengine.csv; import java.io.*; import java.net.*; import java.util.Date; public class Server { public static void main(Str...