-
Core Java
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
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
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
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 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
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 »