ADF Examining memory leaks
Simply Read: A RSS/Atom Reader
Event Handlers in OIM 11g
Analyzing and Fixing memory leaks in Android
Driving security for ADF Essentials: Part1
Target Reconciliation Scheduler in OIM 11g
Using Lucene in Android
Better Charting with NVD3
ADF: Doing Runtime Entity Validations
ADF View Criteria Performance Impact
Dec 20, 2013
20
December
Recently i ran into a situation where i had to specify a default value for bind variable in ViewAccessor and access the value in the lookup view object. Upon analysis, I found that when i accessed the value using bind variable accessor, the value was always null but in the overridden executeQueryForCollection method i was always receiving the...
Posted on Friday, December 20, 2013 by Unknown
Dec 14, 2013
14
December
ADF provides strong transaction handling mechanisms for database based applications which are backed by entity and view objects. But what if you have a application which does not use database ? How do you then detect changes to your data ?. Let’s say you have a web service backed programmatic view objects and you have extended your application...
Posted on Saturday, December 14, 2013 by Unknown
Nov 14, 2013
14
November
ADF essentials release does not include the two IDM jar files that are used for OPSS integration (these are included with normal ADF release) . Although to use OPSS APIs’ features one does not require a porting effort. I just hope that Oracle can offer these with the ADF essentials release. Here are the reasons why Oracle should do it. OPSS API’s are Directory server vendor agnostic: The same code works for OID as it works for OpenLdap and Active Directory (you only have to switch the providers). OPSS API’s are container agnostic:...
Posted on Thursday, November 14, 2013 by Unknown
Oct 13, 2013
13
October
To trace an existing J2EE application (or a legacy application,legacy here means the ones still not using CDI) at database layer is not easy, especially if that application does not have any reference to the user whom you want to trace. A cumbersome way would be to pass the user name or id from the view layer to each method you call on model layer and then pass it further down to class method from which you obtain the database connection. But, there is a far easy solution that i am going to discuss in this post. The solution that i am going to...
Posted on Sunday, October 13, 2013 by Unknown
Oct 3, 2013
03
October

I had developed this utility on swing back in 2009. This utility can be used to schedule shutdown, lock, sleep, hibernate, reboot and log off operations in windows. Earlier this utility was based on external dependencies and due to this dependency the utility was not working anymore . Now I have created two versions of the utility Shutdown-basic*...
Posted on Thursday, October 03, 2013 by Unknown
Aug 13, 2013
13
August
To determine code quality of an application,lot of tools are available such as PMD, FindBugs,etc. During the product development life-cycle there are various phases such as unit testing, code coverage analysis, performance testing ,and code quality analysis. SonarQube is one such open source tool that aggregates the aforementioned metrics into a single...
Posted on Tuesday, August 13, 2013 by Unknown
Apr 22, 2013
22
April
Developers while creating the applications often ignore guidelines of closing result sets which is the most common cause of memory leaks. In ADF applications it is the RowSetIterators that need to be closed . This scenario can easily be simulated under load testing using jmeter and turning on memory sampling in JVisualVM. In this post i will...
Posted on Monday, April 22, 2013 by Unknown
Apr 19, 2013
19
April
A user on OTN forum was trying to extend the AdfcExceptionHandler in which he was trying to do redirect to an error page and facing Response Already Committed exception. On examining the scenario i could see that the phase in which the exception handler was being called was RENDER_RESPONSE and by this time it is too late to do a redirect as part of...
Posted on Friday, April 19, 2013 by Unknown
Apr 2, 2013
02
April
In this post i will share some scenarios that you might face with ADF Master Detail Table component. Typically those mentioned below:- Create a row in child table on creation of row in master table (uses Accessor to programmatically create a row in child ) Using Cascade delete option on committed rows The code sample is based upon scott schema...
Posted on Tuesday, April 02, 2013 by Unknown
Mar 3, 2013
03
March
If you have a requirement to reconcile user status from target resource and also to provision the value of user status into a target account you can follow this post.
Let’s say for example in the target resource the status is marked as A for enable and D for disable. To accomplish this using GTC connector you will need a lookup based translation.
Provisioning:
For...
Posted on Sunday, March 03, 2013 by Unknown
Mar 2, 2013
02
March
I recently faced an issue that after installing and configuring IDM domain, when i tried to run the config.bat for oim server the script was crashing on my windows 7 OS. The problems faced by me are mentioned below along with the causes and solutions.
Problem: Setup.exe has stopped working; Solution: Try placing the JDK in a directory that does not...
Posted on Saturday, March 02, 2013 by Unknown
Jan 4, 2013
04
January
In this post i am sharing the process to make your own custom reconciliation connector. The process flow of the scheduler is shown in the below flowchart. This flow chart is a simplified version and should serve as a simple aid. The code for the 11g scheduler is shown below, it is a pretty crude implementation and just serves as a POC it...
Posted on Friday, January 04, 2013 by Unknown
Subscribe to:
Posts (Atom)
Subscribe to Feeds
About Me
Google Translate
Connect !
Categories
ADF
(30)
java
(21)
windows
(20)
Counter Strike 1.6
(13)
Android
(11)
Unix/Linux
(10)
ADF security
(8)
Apache Spark
(8)
Scala
(6)
Search engine Optimization
(6)
jdeveloper11g
(6)
rest
(6)
Computer Networking
(5)
Cool Tutorials
(5)
Retrofit
(5)
Security
(5)
Fortress
(4)
OIM11g
(4)
jsf
(4)
oracle 11g
(4)
Big Data
(3)
Hive
(3)
OPSS
(3)
OpenLDAP
(3)
Wordpress
(3)
javascript
(3)
sql
(3)
website on pc
(3)
Google
(2)
Programming Stuff
(2)
Songbird
(2)
Usenet
(2)
php
(2)
search engines
(2)
wallpapers
(2)
webserver
(2)
Dynamic Dns
(1)
ECM
(1)
Impala
(1)
Lucene
(1)
Softwares
(1)
apache
(1)
code coverage
(1)
firefox
(1)
jmeter
(1)
whitepaper
(1)
Total Pageviews
955,075
Popular Posts
-
Are you annoyed of motion blur that occurs in Need For Speed Most Wanted when the car goes at higher speeds ? Well if you are then there ...
-
In this post i am sharing the process to make your own custom reconciliation connector. The process flow of the scheduler is shown in the be...
-
As you all are aware that Google Plus is shutting down in March 2019 and so are all its services. I have had a legacy android app on p...
-
If you want to integrate Lucene with your android application, this post will get you started. Lucene provides you with a wide range of se...