Oracle Identity & Access Management 11gR2 : Installation & Configuration in 12 Steps

Aug 11, 2012 | No Comments

This post covers steps to install and configure Oracle Identity & Access Management (IDAM) 11gR2 (11.1.2). To download IDAM 11gR2 (11.1.2) software click here and for documentation click here Oracle Identity & Access Management 11gR2 (11.1.2)…

Oracle Identity & Access Management 11gR2 : Installation & Configuration in 12 Steps

Aug 11, 2012 | No Comments

This post covers steps to install and configure Oracle Identity & Access Management (IDAM) 11gR2 (11.1.2). To download IDAM 11gR2 (11.1.2) software click here and for documentation click here
Oracle Identity & Access Management 11gR2 (11.1…

Oracle Identity & Access Management 11gR2 : Installation & Configuration in 12 Steps

Aug 11, 2012 | No Comments

This post covers steps to install and configure Oracle Identity & Access Management (IDAM) 11gR2 (11.1.2). To download IDAM 11gR2 (11.1.2) software click here and for documentation click here
Oracle Identity & Access Management 11gR2 (11.1…

Adventures with Dropbox and KeePass…

Aug 11, 2012 | No Comments

Thanks to Eddie Awad, I’ve been using 2-step verification on my Google account for a while. Now Jake from The Appslab has scared me into using a password manager and revamping all my passwords…
We use KeePass (on Windows) at work to hold all our p…

EJB – Timer EJB

Aug 11, 2012 | No Comments

LocateRegistry.createRegistry(port);
ISession engine = new CacheEngine();
ISession stub =
(ISession) UnicastRemoteObject.exportObject(engine, 0);
Registry registry = LocateRegistry.getRegistry();
r…

Just out, the August issue of Profit magazine. On the cover? Playing to Win: Ele…

Aug 11, 2012 | No Comments

Just out, the August issue of Profit magazine. On the cover? Playing to Win: Electronic Arts' super-efficient hub processes millions of online gaming transactions every day http://pub.vitrue.com/hczx

Using LVM snapshots for backup and restore of filesystems

Aug 11, 2012 | No Comments

This post really is about using LVM (Logical Volume Manager; an abstraction layer for disk devices) snapshots. A snapshot is a frozen image of a logical volume, which simply means “filesystem”. It’s not really “frozen”, LVM2 snapshots are rea…

Oracle 6 VM Ignoring “shutdown” from Host

Aug 11, 2012 | No Comments

This seems like a great candidate for a MEEK (maybe everyone else knows) post…
When I started creating Oracle Linux 6 guest VMs in my KVM base environment it wasn’t long before I noticed that I was not able to shutdown the VMs via virt-manager. Thi…

Supporting multiple languages in ADF applications backed by resource bundles – and programmatically controlling the JSF locale

Aug 11, 2012 | No Comments

Any web application contains boiler plate text: text that is not part of the enterprise data from web services or databases that is manipulated by the end users using the application but that is part of the application definition itself. Text that is s…

J2EE – Creating Custom Cache Tool To Store User Sessions OutSide the Application Server.

Aug 11, 2012 | No Comments

Caching is useful for improving application performance and to prevent from OutOfMemory exceptions in Application Servers when huge data has to be stored in session. Some times you may have to store huge data in session. If there are many such users s…