-
Groovy
Grails Goodness: Extending IntegrateWith Command
We can extend the integrate-with command in Grails to generate files for a custom IDE or build system. We must…
Read More » -
Agile
Agile – What’s a Manager to Do?
As a manager, when I first started learning about Agile development, I was confused by the fuzzy way that Agile…
Read More » -
Desktop Java
JavaFX Tip 3: Use Callback Interface
As a UI framework developer it is part of my job to provide ways to customize the appearance and behavior of…
Read More » -
Core Java
10 JDK 7 Features to Revisit, Before You Welcome Java 8
It’s been almost a month Java 8 is released and I am sure all of you are exploring new features…
Read More » -
Android Core
Android Shake to Refresh tutorial
In this post we want to explore another way to refresh our app UI called Shake to Refresh. We all…
Read More » -
Core Java
Programmatic Access to Sizes of Java Primitive Types
One of the first things many developers new to Java learn about is Java’s basic primitive data types, their fixed…
Read More » -
Software Development
Thoughts on The Reactive Manifesto
Reactive programming is an emerging trend in software development that has gathered a lot of enthusiasm among technology connoisseurs during…
Read More » -
Enterprise Java
Using jOOQ with Spring: CRUD
jOOQ is a library which helps us to get back in control of our SQL. It can generate code from…
Read More » -
Enterprise Java
ActiveMQ – Network of Brokers Explained
Objective This 7 part blog series is to share about how to create network of ActiveMQ brokers in order to…
Read More »