When we using JavaScript with ADF, the AdfPage.PAGE.findComponentByAbsoluteId() and AdfPage.PAGE.findComponent() are useful. -> Search by the component ID – use findComponentByAbsoluteId function -> Search in component that stamps its children – use findComponentByAbsoluteLocator function Relative Search -> Use findComponent function. This function searches the component clientId which can be renderer implementation specific. you can write [...]

In order to get things started you need to install the WebCenter extensions for JDeveloper, create a WebCenter Portal project and configure a Content Server connection to point to a running instance of UCM 11g.. Once you have these in place, you can start programming RIDC. I will describe below the most useful operations that [...]

Quick JSF tip- I found these two annotation really useful and very tricky too.It should be used at right time otherwise you will see error like me. @PostConstruct as per Oracle Doc-The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization. This method [...]

Requirment -I got task to accomplish to Search UCM using RIDC. Solution- After spending so much time on it.I got solution on some blog.Not recall the blog name.for my reference , i am writing here. We need to change some confi file which is in specified path – Oracle/middleware/userprojects/yourdomain/ucm/cs/config/confing.cfg There will be property name ‘SearchIndexerEngineName’ [...]

Confusion – Webcenter Portal vs Webcenter Spaces , which one to choose and when. Webcenter Spaces- WebCenter Spaces is designed to provide a collaborative environment. It integrates all the necessary services such as documents, discussions, events, linking, tagging.In WebCenter Spaces, you build group spaces. Each space is a separate mini-portal with its own configuration, look [...]

Small webenter tip- If we want to check whther a user if member of any group or space.Or role of the user. and etc etc following are el which i found today and usefull too.thats why i am sharing with you. WebCenterSecurityContextSupport -this interface Provides EL support for WebCenter Security. #{WCSecurityContext.userInScopedRole['Moderator']} – Checks if current [...]

Requirment- to get the current row of a table Solution- Following is the code used for this Happy coding with Vinay Kumar in Techartifact

As i talked about more of ADF logger in my previous Adf logger post.Now what if you want log4j in ADF application. 1) Add the log4j JAR file to the project library JAR file . 2) Then you need to create log4j.properties file in your application src directory. Content of properties file- now you can [...]

For security purposes, administrator user name and password details are stored in secure files.Obtain the location of these secure files from your systems administrator or generate the secure files in weblogic. How to do that. lets find it out. I am working on portal and spaces application.For deploying spaces application in console ,i need a [...]

Version PS6 (11.1.1.7) of WebCenter has been released on 1st of April, 2013.Don’t know why they choose april fool day. PS6 includes many bug fixes in addition to enhancements to the WebCenter Content Application Extension Framework (AXF) supporting integrations with E-Business Suite and PeopleSoft.A rundown of the new Jdev 11.1.1.7.0 Enhancements can be seen here [...]