-
Core Java
Use Java annotation deprecated the right way
There is hardly anything more infuriating that seeing a method @Deprecated without a proper documentation. I feel lost. Should I…
Read More » -
DevOps
The Risks Of Big-Bang Deployments And Techniques For Step-wise Deployment
If you ever need to persuade management why it might be better to deploy a larger change in multiple stages…
Read More » -
Career
Programming Language Job Trends Part 1 – February 2014
Yes, it is job trends time again! I am changing the list of languages a bit because I wanted to…
Read More » -
Software Development
Two Reasons Why Estimates Aren’t Worth It
When potential customers contact us, the odds are that they want to know two things: How much does it cost…
Read More » -
Enterprise Java
Automating the Release of Java Artifacts Using Jenkins on Window
This post will show how to automate the release process of a Java Web Application (Student Enrollment Application developed using…
Read More » -
Enterprise Java
Implementing Jersey 2 Spring integration
Jersey is the excellent Java JAX-RS specification reference implementation from Oracle. Last year, when we were starting to build RESTful…
Read More » -
Enterprise Java
MapReduce Algorithms – Understanding Data Joins Part II
It’s been awhile since I last posted, and like last time I took a big break, I was taking some…
Read More » -
Core Java
Mockito Templates for Eclipse
Sometimes I miss the forest for the trees – and that for a disturbingly long time. I just became aware…
Read More » -
Enterprise Java
Applying aspect oriented programming
1.Introduction The main target of the aspect oriented programming is the separation of cross-cutting concerns. When we talk about cross-cutting…
Read More »