-
Core Java
How to install Oracle’s Java on Ubuntu the easy way
Developers on Ubuntu are accustomed to seeing at least two flavors of Java. OpenJDK is an open-source build of the…
Read More » -
Software Development
The 10 Commandments of Programming
Patterns 34:29 As Turing descended from Mount Compute – with the two iPads of the testimony in his hands as…
Read More » -
Software Development
Please, Run That Calculation in Your RDBMS
There’s one thing that you can do terribly wrong when working with RDBMS. And that thing is not running your…
Read More » -
Enterprise Java
Tracking Exceptions With Spring – Part 2 – Delegate Pattern
In my last blog, I started to talk about the need to figure out whether or not your application is…
Read More » -
Core Java
Java Object Interning
Java stores the string contants appearing in the source code in a pool. In other words when you have a…
Read More » -
Enterprise Java
3 Reasons to choose Vert.x
Modern web applications and the rise of mobile clients redefined what is expected from a web server. Node.js was the…
Read More » -
Enterprise Java
Parameterized JUnit tests
Sometimes you encounter a problem that just screams for using “parameterized” tests rather than copy/pasting the same method many times.…
Read More » -
Enterprise Java
Spring Data Couchbase 1.0 GA Released
Spring Data Couchbase 1.0 GA release is here! The project is a part of the Spring Data project which aims…
Read More » -
Enterprise Java
How to start multiple WebLogic managed servers
The WebLogic Server docs recommand you to create a dedicated admin server and then sepearate managed servers for application deployment.…
Read More »