-
Enterprise Java
How to do Continuous Integration with Java 8, NetBeans Platform 8, Jenkins, Jacoco and Sonar
Intro Java 8 is there, the promised revolution is finally released, and I am sure that a lot of you…
Read More » -
Software Development
Seven Databases in Seven Days – Riak
In this post I am summarizing the three days of Riak, which is the second database in the Seven Databases…
Read More » -
Core Java
Hi there . . ! How would you rate your Java/Java EE skills?
To know, is to know that you know nothing. That is the meaning of true knowledge. Socrates This post is…
Read More » -
Core Java
We’re Hacking JDBC, so You Don’t Have To
We love working with JDBC Said no one. Ever. On a more serious note, JDBC is actually a very awesome…
Read More » -
Software Development
Conway’s Game of Life and the Flyweight Pattern
Conway’s Game of Life is fascinating, both from a functional and from a technical perspective. This may explain why it’s…
Read More » -
Core Java
Coloring Different Data Sources in IntelliJ IDEA
The database plugin in IntelliJ IDEA is a useful tool to work with data in databases. As long as we…
Read More » -
Core Java
Maven and Java multi-version modules
Introduction Usually, a project has a minimum Java version requirement and that applies to all of its modules. But every…
Read More » -
Core Java
New BigInteger Methods in Java 8
Attention to new features in JDK 8 has rightfully been largely focused on new language features and syntax. However, there…
Read More » -
Groovy
The Grails depedency injection inheritance pitfall
This blog post is about a small pitfall you should be aware of when combining dependency injection in Grails with…
Read More »