The Java and Alfresco World
Tuesday, December 23, 2014
Thread safe Singleton
›
Thread safe singleton : public class LazyInitSingletonUsingHolder { private static class InstanceHolder { private static final Laz...
Wednesday, October 8, 2014
Protect your java codes from decompilers
›
Protect your java codes from de-compilers. This method cannot save the java codes from getting decompiled but yes the cracker will find ...
Tuesday, September 30, 2014
Getting started with Jenkins CI
›
1 CI (Continuous Integration) Continuous integration is nothing but automatically taking the latest copy (Head version) of...
‹
›
Home
View web version