-
Core Java
Java Exception: java lang NoSuchMethodError
If you have a look at the error message java.lang.NoSuchMethodError you may understand that the Java Virtual Machine is trying…
Read More » -
Core Java
Memory Access Patterns Are Important
In high-performance computing it is often said that the cost of a cache-miss is the largest performance penalty for an…
Read More » -
Software Development
Top 5 SOA gotchas and how to avoid them
After 5 years of designing and building award winning service oriented architectures, I thought I’d share my top 5 SOA…
Read More » -
Enterprise Java
Oracle Public Cloud Java Service with NetBeans in Early Access
Who expected that to happen: Oracle is working on a public cloud offering and the signs of the approaching official…
Read More » -
Core Java
Java 8: Testing the Lambda Water
Java 8 is about a year away and comes with a language feature I really look forward to: Lambda Expression.…
Read More » -
Software Development
Enterprise Architect Program for organization
From kick start to acceptance First seek to understand. Don’t do EA for EA’s sake. Really seek to understand what…
Read More » -
Software Development
Fixing Bugs – there’s no substitute for experience
We’ve all heard that the only way to get good at fixing bugs in through experience – the school of…
Read More » -
Software Development
25 things you’ve said in your career as a software engineer. Admit it!
This article is inspired by an older blog post. I’ve updated it to reflect modern languages and technologies. “It works…
Read More » -
Software Development
Build Flow Jenkins Plugin
Most of us we are using Jenkins/Hudson to implement Continuous Integration/Delivery, and we manage job orchestration combining some Jenkins plugins…
Read More »