VOOZH about

URL: https://www.javacodegeeks.com/author/koen-serneels

⇱ Koen Serneels, Author at Java Code Geeks


  • Software Development👁 Image
    Koen SerneelsFebruary 3rd, 2014
    0 114

    Some Of My Mostly Used Development Mantras (1/2)

    Statement: I assume it works this way! Mantra: assumption is the mother of all fuckups Let’s start with this short…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Koen SerneelsNovember 6th, 2013
    0 1,959

    Building a SOAP Webservices Proxy Module using Spring Webservices

    Some time ago I wanted to see how easy it is to write a web services proxy (wsproxy) using Spring…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Koen SerneelsSeptember 16th, 2013
    0 1,089

    WS-Security: using BinarySecurityToken for authentication

    As we all know, one goal set by WS-Security is to enforce integrity and/or confidentially on SOAP messages. In case…

    Read More »
  • Core Java👁 Image
    Koen SerneelsAugust 13th, 2013
    4 1,802

    Splitting Large XML Files in Java

    Last week I was asked to write something in Java that is able to split a single 30GB XML file…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Koen SerneelsApril 11th, 2013
    2 451

    JMS and Spring: Small Things Sometimes Matter

    JmsTemplate and DefaultMessageListenerContainer are Spring helpers for accessing JMS compatible MOM. Their main goal is to form a layer above…

    Read More »
  • Enterprise Java👁 Image
    Koen SerneelsMarch 20th, 2013
    0 605

    Bulk fetching with Hibernate

    If you need to process large database result sets from Java you can opt for JDBC to give you the…

    Read More »
  • Enterprise Java👁 Image
    Koen SerneelsMarch 18th, 2013
    0 1,425

    Migrating from Hibernate 3 to 4 with Spring integration

    This week it was time to upgrade our code base to the latest Hibernate 4.x. We postponed our migration (still…

    Read More »
  • Desktop Java👁 Image
    Koen SerneelsMarch 17th, 2013
    5 794

    JavaFX 2 with Spring

    I’m going to start this one with a bold statement: I always liked Java Swing, or applets for that matter.…

    Read More »
Back to top button
Close