VOOZH about

URL: https://www.javacodegeeks.com/author/allen-chee

⇱ Allen Chee, Author at Java Code Geeks


  • Core Java👁 Image
    Allen CheeApril 1st, 2014
    1 448

    Base64 in Java 8 – It’s Not Too Late To Join In The Fun

    Finally, Java 8 is out. Finally, there’s a standard way to do Base64 encoding. For too long we have been…

    Read More »
  • Software Development👁 Image
    Allen CheeDecember 11th, 2013
    0 87

    Insidi-DoS: Internally negotiated, self-image-damaging DoS

    What’s more damning and ego-bruising than an external DoS (denial of service) attack? Why, an internally inspired one of course.…

    Read More »
  • Core Java👁 Image
    Allen CheeMarch 15th, 2013
    0 315

    Cryptography Using JCA – Services In Providers

    The Java Cryptography Architecture (JCA) is an extensible framework that enables you to use perform cryptographic operations. JCA also promotes…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Allen CheeNovember 14th, 2012
    3 1,301

    Embedding HSQLDB server instance in Spring

    I was using XAMPP happily for development until I had to host it somewhere accessible via the Internet for the…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Allen CheeNovember 10th, 2012
    1 321

    Spring 3.1 – Loading Properties For XML Configuration From Database

    Spring makes it easy to inject values obtained from properties files via its PropertyPlaceholderConfigurer and (pre-Spring 3.1) PropertySourcesPlaceholderConfigurer (Spring 3.1).…

    Read More »
  • Android Core👁 Image
    Allen CheeOctober 17th, 2012
    1 221

    Turbo-charge your Android emulator for faster development

    I came across an article, which claims to boost the Android emulator’s performance using Intel’s Hardware Accelerated Execution Manager (HAXM)…

    Read More »
Back to top button
Close