-
Enterprise Java
Spring 4.1 and Java 8: java.util.Optional
As of Spring 4.1 Java 8’s java.util.Optional, a container object which may or may not contain a non-null value, is…
Read More » -
Software Development
How designing for the cloud would improve your service implementation
Cloud platforms come with a variety of options and constraints certainly driven by infrastructure and business needs which indeed diversify…
Read More » -
Enterprise Java
A beginner’s guide to JPA/Hibernate entity state transitions
Introduction Hibernate shifts the developer mindset from SQL statements to entity state transitions. Once an entity is actively managed by…
Read More » -
Core Java
Keyword extraction and similarity calculation among textual content
Background Web applications are becoming smarter. Gone are the days when to avail a service from a website, user had…
Read More » -
Core Java
Clean JUnit Throwable-Tests with Java 8 Lambdas
Recently I was involved in a short online discussion on twitter and google+ which concerned the question why the arrival…
Read More » -
Enterprise Java
A closer look at Oracle IDM Auditing
Reporting is a vital functionality in any product which deals with sensitive information. Same applies to Identity & Access Management tools.…
Read More » -
Agile
Nightmare on Agile Street
I’m awake. I’m lying in my bed. I’m sweating but I’m cold. Its the small hours of the morning and…
Read More » -
DevOps
Devops isn’t killing developers – but it is killing development and developer productivity
Devops isn’t killing developers – at least not any developers that I know. But Devops is killing development, or the…
Read More » -
Software Development
Test Attribute #6 – Maintenance
I always hated the word “maintainability” in the context of tests. Tests, like any other code are maintainable. Unless there…
Read More »