Java
-
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 » -
Creating a simple JAX-RS MessageBodyWriter
JAX-RS is really cool and with the help of JAXB a lot of response data types can be converted for…
Read More » -
Clean SWT Listener Notifcations with SWTEventHelper
Writing tests for SWT based UIs often requires to notify widget listeners programmatically. Unfortunately the code to create, initialize and…
Read More » -
Red Hat officially announces release of JBoss BPM Suite 6 and JBoss BRMS 6
Red Hat has just announced general availability of these long awaited products! It takes a large effort to turn the…
Read More » -
Java 8 : What do developers think?
Since Java 8 releasement countdown is starting, Java developers seem certainly ready to get involved. According to a survey in…
Read More » -
How to create MySQL DataSource in WebLogic Server
One cool thing about using an application server is that it allows you to create DataSource outside of your application…
Read More »