Latest

  • Oracle Drivers for Visual Studio 2008

    Download & Install 1. Go to http://www.oracle.com/technology/software/tech/windows/odpnet/utilsoft.html 2. Download the Oracle Universal Installer version ODAC1110720.zip 188 MB (197,638,641 bytes) 3. Unzip the ODAC1110720.zip 4. Click…

  • Thread: read / write lock

    A read / write lock is more sophisticated lock than the Lock implementations shown in the text Locks in Java. Imagine you have an application…

  • failed to load JNI library eclipse/STS

    Error Message: Failed to load the JNI shared library “C:Program Files (x86)Javajrebinclientjvm.dll” Solution: Update eclipse.ini with the below stmt -startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar –launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502 -product com.springsource.sts.ide…

  • Springframework

    What is IOC (or Dependency Injection)? The basic concept of the Inversion of Control pattern (also known as dependency injection) is that you do not…