-
Software Development
Professional connection pool sizing
Introduction I previously wrote about the benefits of connection pooling and why monitoring it is of crucial importance. This post…
Read More » -
Enterprise Java
100 Java Spring Interview Questions & Answers – The ULTIMATE List (PDF Download)
This is a summary of some of the most important questions concerning the Spring Framework, that you may be asked…
Read More » -
Software Development
You can program bug free
You can not. This is a lie, just like the cake. You can lower the number of bugs. The more…
Read More » -
Enterprise Java
Just What Are Spring 3.2 Matrix Variables? – Part 2: The Code
My last blog on Spring’s support for Matrix Variables concentrated on explaining what they were and why you’d want to…
Read More » -
Core Java
10 Features in Java 8 You Haven’t Heard Of
Lambdas lambdas lambdas. That’s all you ever hear about when talking about Java 8. But that’s just one part. Java…
Read More » -
Software Development
NoSQL? No, SQL! – How to Calculate Running Totals
If anything at all, our jOOQ talks at various JUGs and conferences have revealed mostly one thing: Java developers don’t…
Read More » -
Enterprise Java
Spring Integration – Configure web service client timeout
Introduction With the support of Spring Integration, your application can invoke a web service by using an outbound web service…
Read More » -
Enterprise Java
Using jOOQ with Spring: Sorting and Pagination
JOOQ is a library which helps us to get in control of our SQL. It can generate code from our…
Read More » -
Enterprise Java
Jersey/Jax RS: Streaming JSON
About a year ago I wrote a blog post showing how to stream a HTTP response using Jersey/Jax RS and…
Read More »