VOOZH about

URL: https://www.javacodegeeks.com/author/wim-van-haaren

⇱ Wim Van Haaren, Author at Java Code Geeks


  • Software Development👁 Image
    Wim Van HaarenJanuary 12th, 2022
    0 717

    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👁 Image
    Wim Van HaarenAugust 6th, 2015
    1 1,208

    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👁 Image
    Wim Van HaarenJuly 22nd, 2015
    0 81

    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👁 Image
    Wim Van HaarenJune 5th, 2015
    1 913

    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👁 spring-interview-questions-answers
    Wim Van HaarenJune 4th, 2015
    1 120

    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👁 spring-interview-questions-answers
    Wim Van HaarenMay 6th, 2015
    5 2,111

    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👁 Image
    Wim Van HaarenNovember 3rd, 2014
    2 447

    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👁 Image
    Wim Van HaarenSeptember 29th, 2014
    1 1,250

    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👁 Image
    Wim Van HaarenSeptember 18th, 2014
    1 145

    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
  • »
Back to top button
Close