-
Software Development
Grouping multiple repositories with git submodules
A while back I had to make some changes to a couple of existing microservices that were new to me.…
Read More » -
Core Java
Unit testing HTTP calls with LocalTestServer
There are times when you’re unit testing code that is making HTTP calls to a remote server. You could be…
Read More » -
Software Development
Don’t jump on the microservices bandwagon
A couple of weeks ago I was very fortunate to be able to attend the excellent GOTO Amsterdam conference. One…
Read More » -
Enterprise Java
Custom Boolean User Type with Hibernate JPA
The ANSI SQL 1999 standard introduced a BOOLEAN data type (although unfortunately only as an optional feature). But to date…
Read More » -
Enterprise Java
RESTful Error Handling with Spring
This post will illustrate a way in which exception handling can be implemented for RESTful web services in Spring in…
Read More » -
Enterprise Java
Logging JAX-WS SOAP messages in Spring
Whenever you’re using JAX-WS within Spring you’ll probably want to log the incoming and outgoing SOAP messages – if only…
Read More » -
Enterprise Java
Server side logging from browser side JavaScript code
Application logging is something we all do in our applications that get deployed on an application server, right? Using frameworks…
Read More » -
Core Java
Tips for (unit testing) JavaBeans
If you’re writing Java code chances are you’re writing at least a few classes that adhere to the JavaBean conventions,…
Read More » -
Core Java
Some more unit test tips
In my previous post I showed some tips on unit testing JavaBeans. In this blog entry I will give two…
Read More »
- 1
- 2