-
Enterprise Java
ServletRequest startAsync() limited usefulness
Some time ago I came across What’s the purpose of AsyncContext.start(…) in Servlet 3.0? question. Quoting the Javadoc of aforementioned…
Read More » -
Scala
Processing JSON in Scala with Jerkson
Introduction The previous tutorial covered basic XML processing in Scala, but as I noted, XML is not the primary choice…
Read More » -
Enterprise Java
Spring Integration with reCAPTCHA
Sometimes we just need CAPTCHA, that’s a sad fact. Today we will learn how to integrate with reCAPTCHA. Because the…
Read More » -
Core Java
The Visitor Pattern Re-visited
The visitor pattern is one of the most overrated and yet underestimated patterns in object-oriented design. Overrated, because it is…
Read More » -
Enterprise Java
Mocks And Stubs – Understanding Test Doubles With Mockito
Introduction A common thing I come across is that teams using a mocking framework assume they are mocking. They are…
Read More » -
Android Core
Android: Facebook’s Notification Widget
Have you ever checked out the Facebook app? When you click on the Notifications button at the top, the app…
Read More » -
Enterprise Java
MongoDB performance testing
So, this morning I was hacking around in the mongo shell. I had come up with three different ways to…
Read More » -
Android Core
Android Emulator with Nexus One skin
I know it doesn’t really increase your value during development. It’s just for fun but those of you that like…
Read More » -
Software Development
Statement driven development
Today most methodologies used model oriented approach. It can be domain-driven or reverse-engineering, one common point is that they start…
Read More »