VOOZH about

URL: https://www.javacodegeeks.com/author/Dan-Haywood

⇱ Dan Haywood, Author at Java Code Geeks


  • Core Java👁 Image
    Dan HaywoodFebruary 5th, 2013
    0 118

    Using Google Guava’s Ordering API

    We’ve been playing a bit more with Google’s Guava library – what a great library! The most recent thing we…

    Read More »
  • Core Java👁 Image
    Dan HaywoodOctober 4th, 2012
    1 100

    Giving up on Eclipse Juno

    In my last blog I posted about my Eclipse 4.2 Juno setup; as much as a reference for me in…

    Read More »
  • Enterprise Java👁 Image
    Dan HaywoodJune 1st, 2012
    0 189

    Registering entity types with OpenJPA programmatically

    I’ve just started work on an OpenJPA objectstore for Isis. In the normal scheme of things, one would register the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Dan HaywoodJanuary 11th, 2012
    0 352

    Simulating CDI’s Session and Request Scope in a J2SE app

    We’re currently considering refactoring the Naked Objects framework to use JSR-330 (dependency injection) and EE-oriented big brother, JSR-299 (CDI). Using…

    Read More »
  • Enterprise Java👁 Image
    Dan HaywoodJanuary 10th, 2012
    1 432

    DB unit testing with dbUnit, JSON, HSQLDB and JUnit Rules

    In this week’s run of my TDD course, I thought it would be interesting to write a little fixture to…

    Read More »
Back to top button
Close