VOOZH about

URL: https://www.javacodegeeks.com/author/Gerard-Davison/page/3

⇱ Gerard Davison, Author at Java Code Geeks - Page 3 of 3


  • Enterprise Java👁 Image
    Gerard DavisonNovember 21st, 2012
    0 203

    JSON-Schema generation in Jersey

    So in my previous post I talked about a proposal to allow the use of JSON-Schema in a WADL, this post…

    Read More »
  • Enterprise Java👁 Image
    Gerard DavisonNovember 15th, 2012
    0 185

    JSON-Schema in WADL

    In between other jobs I have been recently been reviewing the WADL specification with a view to fixing some documentation…

    Read More »
  • Software Development👁 Image
    Gerard DavisonOctober 12th, 2012
    0 105

    Using Hudson/Jenkins to diagnose that intermittent failure

    I have been working on one of those intermittent bugs that just won’t reproduce on my machine; but will reproduce…

    Read More »
  • Core Java👁 Image
    Gerard DavisonSeptember 7th, 2012
    0 268

    Changing delay, and hence the order, in a DelayQueue

    So I was looking at building a simple object cache that expires the objects after a given time. The obvious…

    Read More »
  • Core Java👁 Image
    Gerard DavisonJuly 4th, 2012
    0 154

    Catch a StackOverFlowError by it’s tail

    One of the more annoying situations you might have to deal with when working with a Java program is a…

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