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 » -
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 » -
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 » -
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 » -
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 » -
Design Patterns: Strategy
This time I want to talk about Strategy design pattern. In this way I start articles about behavioral design patterns.…
Read More » -
Quicksorting – 3-way and Dual Pivot
It’s no news that Quicksort is considered one of the most important algorithms of the century and that it is…
Read More » -
Java 8 lambda walkthrough
For work I have made a presentation about Java 8 project lambda and of course also some simple code illustrating…
Read More » -
Transactional Lucene
Many users don’t appreciate the transactional semantics of Lucene’s APIs and how this can be useful in search applications. For…
Read More »