Tsting it JDeveloper 11.1.1.7 Release JDeveloper 11.1.1.7 released and available for download at the OTN side. This release (version 11g Release 1 11.1.1.7.0 ) of Jdeveloper and ADF is a minor release. It has a wide list of bug fixes as well as a few new features. If any one has struggled with the table pagination and headers, this release has much more for them. One of my extremely required features in ADF Tables. Paging Support for Pivot Table and Gantt Pivot Table now provides support for both row and col…
In WebCenter there are different ways to integrate UCM with your Portal or WebCenter spaces application. Content can be displayed with our application using Taskflows and Data Control RIDC API Here I am going to use the first part. Prerequisites: Jdeveloper 11g with webcenter extensions installed. Content Server 11g Preparing content 11g for a socket connection Login to the EM console. After login select Oracle Universal Content Management from the menu on the left. Now go to configu…
When a web application developed using ADF, is protected using OAM (Oracle Access Manager). Whenever a web resource is protected using OAM, the following process is excuted. OAM PROCESS : When an user first tries to access a protected resource, WebGate will detect weather the resource is protected, if the resource is protected the user is redirected to the OAM Server to login. The WebGate stores some information about the user's request, generates a cookie as a key to this context. Then it sends an HTTP response with this cookie a…
Use Case: An ADF application developed with Jdeveloper 11g consist of .jspx pages. we want to invoke this page inside an iframe. ERROR : When we try invoke the .jspx page inside an iframe, it gives an error as follows, #### Unable to load content in a frame. Frame content will load at the top level. Explanation : we use the oracle.adf.view.rich.security.FRAME_BUSTING context parameter to use framebusting in our application. Framebusting is a way to prevent clickjacking, which occurs when a malicious web site tries to invoke a page or…