-
DevOps
MongoDB to CSV
Every once in a while, I need to give a non-technical user (like a business analyst) data residing in MongoDB;…
Read More » -
Enterprise Java
5 Reasons to use Guava
Guava is an open source library containing many classes for Java and written by Google. It’s a potentially useful source…
Read More » -
Enterprise Java
Goodbye Guvnor. Hello Drools Workbench.
Many things are changing for Drools 6.0. Along with the functional and feature changes we have restructured the Guvnor github…
Read More » -
Android Core
Android listview background row style: Rounded Corner, alternate color
One aspect we didn’t consider in the previous posts is how we can apply style or background to the Listview…
Read More » -
Software Development
Choosing between a Pen Test and a Secure Code Review
Secure Code Reviews (bringing someone in from outside of the team to review/audit the code for security vulnerabilities) and application…
Read More » -
Enterprise Java
JPA 2 | EntityManagers, Transactions and everything around it
Introduction One of the most confusing and unclear thing for me, as a Java Developer has been the mystery surrounding the Transaction…
Read More » -
Scala
ElasticMQ 0.7.0: long polling, non-blocking implementation using Akka and Spray
ElasticMQ 0.7.0, a message queueing system with an actor-based Scala and Amazon SQS-compatible interfaces, was just released. It is a…
Read More » -
Android Core
Getting started with PhoneGap in Eclipse for Android
Android development with PhoneGap can be done in Windows, OS X, or Linux Step 1: Setting up Android Tools ADT…
Read More » -
Core Java
Creating Internal DSLs in Java, Java 8- Adopting Martin Fowler’s approach
Currently I am reading this wonderful book on DSLs- Domain Specific Languages by Martin Fowler. The buzz around the DSLs,…
Read More »