Friday, 3 October 2014

Exploring client side aggregation(CSA) web sphere portal 8

Step 1 :- Let us create a portal page and try to apply client side aggregation to it



We were not able to apply client side aggregation to it. Reason is client side aggregation is by default disabled in portal 8.

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