-
Core Java
Java SE 7 Update 25 – Release-Notes explained.
Yesterday was CPU day. Oracle released the Java SE update 25 with the June Java Critical Patch Update. After the…
Read More » -
Enterprise Java
Java EE 7 launch – Feedback and Press Coverage
Java EE 7 is a couple of days old already. We all have had a chance to either watch the…
Read More » -
Core Java
Documenting Compliance – About TCKs, Specifications and Testing
Working with software specifications is hard. No matter in which exact filed; you end up with the big question: Does…
Read More » -
Enterprise Java
Unit Testing Tip: Create Descriptive Tests
Your unit tests should be as descriptive as possible. The feedback they give you should be so clear you don’t…
Read More » -
Software Development
How design for testability can improve test automation capability
Introduction Testability refers to the capability of testing something. When this something is an IT solution, the most suited way…
Read More » -
Enterprise Java
MOXy’s @XmlVariableNode – JSON Schema Example
We are in the process of adding the ability to generate a JSON Schema from your domain model to EclipseLink…
Read More » -
Enterprise Java
JMeter custom function implementation
JMeter provides functions that can be used in the sampler. While writing complex test-plan you feel that JMeter is lacking…
Read More » -
Software Development
Git configuration options you can’t miss
Whenever I start using a new machine for development these are the first options I setup. …
Read More » -
Enterprise Java
Simple Spring Memcached – Spring Caching Abstraction and Memcached
Caching remains the one of the most basic performance enhancing mechanism in any read heavy database application. Spring 3.1 release…
Read More »