Archive Aug 11, 2012
Oracle Identity & Access Management 11gR2 : Installation & Configuration in 12 Steps
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
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
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…
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
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…
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
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
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
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.
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…

