-
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






