VOOZH about

URL: https://www.javacodegeeks.com/author/rudiger-herrmann/page/2

⇱ Rudiger Herrmann, Author at Java Code Geeks - Page 2 of 3


  • Core Java👁 Image
    Rudiger HerrmannMarch 16th, 2015
    1 253

    Getting Java Event Notification Right

    Implementing the observer pattern to provide Java event notification seems to be a straight forward thing to do. However there…

    Read More »
  • Core Java👁 Image
    Rudiger HerrmannMarch 8th, 2015
    2 156

    How to Map Distinct Value Types Using Java Generics

    Occasionally the average developer runs into a situation where he has to map values of arbitrary types within a particular…

    Read More »
  • Enterprise Java👁 Image
    Rudiger HerrmannFebruary 16th, 2015
    0 131

    OSGi Service Test Helper: ServiceRegistrationRule

    OSGi Service Tests can be an efficient means to avoid problems related to dangling service references. As promised in my…

    Read More »
  • Desktop Java👁 Image
    Rudiger HerrmannFebruary 2nd, 2015
    0 189

    SWT Look and Feel: Customize FlatScrollBar Color and More

    Recently I introduced a custom slider control useful for improving the SWT look and feel of more subtle view layouts.…

    Read More »
  • Enterprise Java👁 Image
    Rudiger HerrmannDecember 14th, 2014
    0 1,710

    JGit Authentication Explained

    Authentication in JGit is mostly on par with native Git. Commonly used protocols like SSH and HTTP(S) and their authentication…

    Read More »
  • Core Java👁 Image
    Rudiger HerrmannOctober 27th, 2014
    0 257

    Explore Git Internals with the JGit API

    Have you ever wondered how a commit and its content is stored in Git? Well, I have, and I had…

    Read More »
  • Core Java👁 Image
    Rudiger HerrmannOctober 16th, 2014
    0 169

    Eclipse Extension Point Evaluation Made Easy

    Coding Eclipse Extension Point evaluations comes in a bit verbose and sparsely self-explaining. As I got round to busy myself…

    Read More »
  • Core Java👁 Image
    Rudiger HerrmannSeptember 30th, 2014
    0 138

    JUnit in a Nutshell: Yet Another JUnit Tutorial

    Why Another JUnit Tutorial? JUnit seems to be the most popular testing tool for developers within the Java world. So…

    Read More »
  • Software Development👁 Image
    Rudiger HerrmannSeptember 24th, 2014
    0 1,274

    How to Access a Git Repository with JGit

    A Git repository is represented in JGit through the Repository class that can be viewed as a handle to a…

    Read More »
  • «
  • 1
  • 2
  • 3
  • »
Back to top button
Close