-
Core Java
How LongAccumulator and DoubleAccumulator classes work?
Two classes new in Java 8 deserve some attention: LongAccumulator and DoubleAccumulator. They are designed to accumulate (more on what…
Read More » -
Groovy
Geb Gems: Handling AJAX requests
One of the biggest struggles while testing web applications that use AJAX is dealing with the timing issues caused by…
Read More » -
Agile
Agile is Punk – Agile is Democracy
From time to time I’ve been heard to say: “Agile is Punk.” But I’ve never explained myself. I’ve also been…
Read More » -
Core Java
Exception Translation with ET
Some time ago I wrote a small blog post about exception translation with AspectJ. In this blog post we will…
Read More » -
Software Development
GitHub: be Social, Contribute, Learn
GitHub revolutionised the open source world by building – IMHO – the first true social coding site. It has never…
Read More » -
Ceylon
Programming with type functions in Ceylon
I’ve recently been working on some experimental new features of Ceylon’s already extremely powerful type system. What I’m going to…
Read More » -
Enterprise Java
Understanding ADF Bindings in ADF Lifecycle
In this post I am going to focus on ADF Bindings layer and explore how it works when an ADF…
Read More » -
Software Development
What Exactly are SQL Views?
You probably know about “ordinary views” already, but I’m sure you’ll find one or two things in this article that…
Read More » -
Enterprise Java
NoSQL with Hibernate OGM – Part three: Building a REST application on WildFly
Welcome back to our tutorial series “NoSQL with Hibernate OGM”! Thanks to Gunnar Morling (@gunnarmorling) for creating this tutorial. In…
Read More »