-
Core Java
Native Java Packaging with NetBeans 7.4
One of the new features of NetBeans 7.4 that made the “NetBeans 74 NewAndNoteworthy” page is “Native Packaging,” which is…
Read More » -
Groovy
Grails Goodness: Namespace Support for Controllers
In a Grails application we can organize our controllers into packages, but if we use the same name for multiple…
Read More » -
Android Core
Android Volley dynamic ListView: AsyncTask comparison
In this post, I will describe first how to use Volley to populate dynamically a ListView, and then compare it…
Read More » -
Career
Revisiting Certifications
The job market is currently in a lull so I’ve been talking to a few new recruiters and gotten a…
Read More » -
Enterprise Java
Using JSF 2.2 features to develop ajax, scrollable, lazy-loading data table
This time around, I thought I’ll share with you what I recently learnt of JSF 2.2 features. To do that,…
Read More » -
Software Development
Six things I learned for software localization
This blog post is a personal compilation of six technology independent things I learned in the past months about software…
Read More » -
Core Java
3 ways of handling exceptions in JUnit. Which one to choose?
In JUnit there are 3 popular ways of handling exceptions in your test code: try-catch idiom With JUnit rule With…
Read More » -
Scala
Surfacing Hidden Design: Seeking A Better Alternative To Interrelated Mutable Fields
What is better, a bunch of mutable boolean fields and methods operating on them, or an explicit expression of the…
Read More » -
Enterprise Java
Save-and-Refresh With Java Web Projects
How do you configure your machine in order to have save-and-refresh for Java web projects? When you ask this question…
Read More »