Latest

  • 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…

  • MySQL backup scheduler

    The Problem The value of data stored in MySQL grows exponentially, loss of data can be catastrophic, resulting in lost revenues, lost customers and lost…