Java
-

Tutorial: logging during tests
Logging is a popular solution to show what the software is doing while it is running. But what happens to…
Read More » -

Java 8 Streams API: Grouping and Partitioning a Stream
This post shows how you can use the Collectors available in the Streams API to group elements of a stream…
Read More » -

Benchmark: How Java 8 Lambdas and Streams Can Make Your Code 5 Times Slower
How Java 8 lambdas and streams perform compared to longstanding implementations? Lambda expressions and streams received an heartwarming welcome in…
Read More » -

Setting basic response http headers for REST resources on a simple Vertx Rest based app
I am new to Vert.x but as a Java developer (die hard) I find it much more enjoyable and promising…
Read More » -

Automated provisioning of JMS resources in Java EE 7
JMS 2.0 (part of the Java EE 7 Platform) introduced lots of nice features. One of these was the ability…
Read More » -

Introduction in Java TDD – part 2
Hello again! In the previous blog post I explained TDD theory in general, without close reference to Java, but in…
Read More » -

Java EE, Gradle and Integration Tests
In the last years Apache Maven has become the de-facto build tool for Java and Java EE projects. But from…
Read More » -

HOW-TO: Register components using @Conditional and Condition in Spring
@Profile annotation in Spring can be used on any Spring components (e.g. @Component, @Service, @Configuration etc.) that are candidates for…
Read More » -

Java EE integration testing with Arquillian using Chameleon, Shrinkwrap, Drone/Graphene
Continuing from my previous post here, I think I have learnt a few new (and exciting) things about Java EE…
Read More »





