VOOZH about

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

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


  • Enterprise Java👁 java-interview-questions-answers
    Gerard DavisonFebruary 12th, 2014
    0 227

    Transparent PATCH support in JAX-RS 2.0

    The PATCH method is one the the less well loved HTTP methods simple because until recently there really wasn’t a…

    Read More »
  • Enterprise Java👁 Image
    Gerard DavisonFebruary 5th, 2014
    0 96

    Selecting level of detail returned by varying the content type, part II

    In my previous entry, we looked at using the feature of MOXy to control the level of data output for…

    Read More »
  • Core Java👁 Image
    Gerard DavisonJanuary 16th, 2014
    0 86

    Post-hoc tracing using a debugger

    Once nice little features of most debuggers that I have been exercising recently is the ability to log information on…

    Read More »
  • Core Java👁 java-interview-questions-answers
    Gerard DavisonDecember 12th, 2013
    1 136

    Lambda, will it serialize?

    So I have been ponder an enhancement required on the Tyrus project that would allow a user to broadcast to…

    Read More »
  • Core Java👁 Image
    Gerard DavisonOctober 7th, 2013
    1 147

    Write an auto-debugger to catch Exceptions during test execution

    Previously I have stated that there are some exceptions you would always want to keep an debugger breakpoint on for.…

    Read More »
  • Core Java👁 Image
    Gerard DavisonAugust 17th, 2013
    0 79

    Almost named method arguments in JDK 8

    Sometimes it would be really nice to have named method parameter in Java, this doesn’t look likely for a long…

    Read More »
  • Core Java👁 Image
    Gerard DavisonMay 28th, 2013
    0 138

    Persistent breakpoints every java developer should have

    When a developer is working in Java there are a few failure cases you always want to know about even…

    Read More »
  • Enterprise Java👁 Image
    Gerard DavisonMay 7th, 2013
    1 248

    Using Java WebSockets, JSR 356, and JSON mapped to POJO’s

    So I have been playing around with Tyrus, the reference implementation of the JSR 356 WebSocket for Java spec. Because…

    Read More »
  • Software Development👁 Image
    Gerard DavisonNovember 22nd, 2012
    1 138

    Off-loading your test execution using Hudson

    One of the annoyances if you have a load of tests for a particular project is that running them can…

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