Nov 18, 2011

ADF-UI: Custom ADF table filter (query by example) using af:selectManyChoice

8 comments
Today I will explain how you can add custom table filter using <af:selectManyChoice>. This type of filter has already been explained using <af:selectOneChoice> at Custom ADF Filter with drop down. This example will extend this blog post by allowing to select multiple items in the drop down filter.

Sep 22, 2011

ADF-GROOVY : Use Java classes in groovy expressions

1 comments
Today I will discuss about how you can use Java classes in groovy expressions. In this blog I will show you how you can access Private class fields, Protected class fields, Static class fields and Enums.

Sep 12, 2011

ADF-UI : ADFc: Scope object serialization failed

2 comments
If you have ADF applications running on clustered environment, you might be familliar with the Serialization errors in the server log messages. The error is somthing like this.

Mar 10, 2011

Installing UCM(ECM) 11g (64-bit, Windows)

0 comments
  1. Download and install 64-bit JDK.
  2. Install WebLogic Server(10.3.4).
  3. Create schemas using RCU.
  4. Download and Extract ucm zip distribution in your desired folder and run Disk1\setup.exe.

Mar 6, 2011

Installing WebCenter 11g PS3 (64-bit, Windows)

1 comments
  1. Download and install 64-bit JDK.
  2. Install WebLogic Server(10.3.4).
  3. Create schemas using RCU.
  4. Extract webcenter zip distribution in your desired folder and run Disk1\setup.exe.

Mar 5, 2011

Create schemas using RCU 11g

0 comments
  1.  Install Oracle DB, either XE or Standard.
  2. Make sure sessions parameter is set to at least 500 and processes parameter is set to at least 200. Use following commands to make this sure.

Installing WebLogic Server 11g using 64-bit JVM

0 comments
  1. Install JDK 64-bit (Java Download).
  2. Download WebLogic Server generic (Additional Plateforms) version. File name will be like "wls<version>_generic.jar".