Enterprise Java
-
Tracking Exceptions With Spring – Part 2 – Delegate Pattern
In my last blog, I started to talk about the need to figure out whether or not your application is…
Read More » -
3 Reasons to choose Vert.x
Modern web applications and the rise of mobile clients redefined what is expected from a web server. Node.js was the…
Read More » -
Parameterized JUnit tests
Sometimes you encounter a problem that just screams for using “parameterized” tests rather than copy/pasting the same method many times.…
Read More » -
Spring Data Couchbase 1.0 GA Released
Spring Data Couchbase 1.0 GA release is here! The project is a part of the Spring Data project which aims…
Read More » -
How to start multiple WebLogic managed servers
The WebLogic Server docs recommand you to create a dedicated admin server and then sepearate managed servers for application deployment.…
Read More » -
Using Lucene’s search server to search Jira issues
You may remember my first blog post describing how the Lucene developers eat our own dog food by using a…
Read More » -
HOW-TO: Test dependencies in a Maven project (JUnit, Mockito, Hamcrest, AssertJ)
JUnit itself is not enough for most of today’s Java projects. You also need a mocking library, maybe something else.…
Read More » -
Java 8 Friday Goodies: SQL ResultSet Streams
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Securing your AWS Infrastructure with IAM
When developing a new product and finding that product market fit every team needs to move fast. Especially startups, as…
Read More »