-
Core Java
How to use the new Apache Http Client to make a HEAD request
If you’ve updated your Apache HTTP Client code to use the newest library (at the time of this writing it…
Read More » -
Core Java
Command Design Pattern Applied
Hi there! Today i’m gonna share with you a really great programming design pattern. It has a lot of usages…
Read More » -
Software Development
Try optimising the memory consumption first
Overview You would think that if you wanted your application to go faster you would start with the CPU profiling.…
Read More » -
Enterprise Java
EJB 3.x : Lifecycle and Concurrency models (part 1)
Java EE component life cycle and concurrency related details might not be new for seasoned professionals, but it is something which…
Read More » -
Enterprise Java
OSGi: the gateway into micro-services architecture
The terms “modularity” and “microservices architecture” pop up quite often these days in context of building scalable, reliable distributed systems.…
Read More » -
Core Java
IDE: 5 most favorite NetBeans features
Development with pleasure…. NetBeans has many interesting features that make development very easy, with few steps, and makes for a…
Read More » -
Android Core
Applying decorator pattern to decorate views on Android
Hi there! Today i’m gonna show how to apply the design pattern decorator to android’s views making use of its…
Read More » -
Android Core
How to customize / change ActionBar font, text, color, icon, layout and so on with Android
Hi there! Today i’m gonna share a very common task with you. How to customize an ActionBar on Android. We…
Read More » -
Core Java
Builder Design Pattern Applied
Hi there! Today i’m gonna share the first of a brand new design pattern series i made. The builder design…
Read More »