VOOZH about

URL: https://www.javacodegeeks.com/author/peter-daum

⇱ Peter Daum, Author at Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Peter DaumNovember 2nd, 2016
    0 1,171

    Spring Boot & Multi module projects – Adding module specific property files

    Hello! In this post I will show you several ways how you can add module specific properties files in a…

    Read More »
  • Core Java👁 Image
    Peter DaumSeptember 26th, 2016
    2 113

    JUnit rules – executing additional verification when exceptions are thrown

    In this post I will show you quickly how handy JUnit rules are if you need to solve the following challenge…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Peter DaumJune 28th, 2016
    0 906

    JGroups: Leader election without additional infrastructure

    Hi there, in this post I’ll show how you can solve the problem of leader election without using any additional infrastructure…

    Read More »
  • Software Development👁 Image
    Peter DaumApril 27th, 2016
    0 367

    Combining the power of Gradle, Flyway and JOOQ for seamless development with databases

    Hi there, in this post I will show you how easily you can combine the power of Gradle, with Flyway and…

    Read More »
  • Core Java👁 Image
    Peter DaumJanuary 8th, 2015
    8 244

    Dependency Injection – Field vs Constructor vs Method

    Hi, today I would like to discuss in short different ways of injecting dependencies into your classes. In general you have…

    Read More »
  • Software Development👁 Image
    Peter DaumAugust 12th, 2014
    0 116

    Strategies to migrate from an DAO library

    In this post I will discuss several strategies to handle the following situation: You’re working on a legacy project that uses a…

    Read More »
  • Software Development👁 Image
    Peter DaumMarch 20th, 2014
    1 397

    Creating beautiful release notes with git, gradle and markdown

    During the last days I asked myself how to generated releases notes from information that are available in commit  /…

    Read More »
  • Software Development👁 Image
    Peter DaumFebruary 27th, 2014
    0 91

    GIT & ZShell : Colorize your shell depending on your branch

    As announced in my last post I asked my colleague Tillman if I’m allowed to post his nice extension for the zshell…

    Read More »
  • Enterprise Java👁 Image
    Peter DaumFebruary 21st, 2014
    2 323

    Tutorial: Writing your own CDI extension

    Today I will show you how to write a CDI extension. CDI provides a easy way for extending the functionality,…

    Read More »
Back to top button
Close