VOOZH about

URL: https://www.javacodegeeks.com/author/david-gray

⇱ David Gray, Author at Java Code Geeks


  • Agile👁 Image
    David GrayAugust 25th, 2014
    3 102

    5 Things I’ve learnt being a scrum master

    I’ve been a scrum master now for about 6 months. Having been involved in scrum previously as a product owner,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    David GrayMay 15th, 2014
    0 457

    Jax-RS custom exception handling

    One of the nice things about working with JEE is the components available really are pretty standard.  While using JAX-RS,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    David GrayNovember 24th, 2013
    16 270

    Strategy Pattern ain’t meant for Spring!

    Right, so lets say you’re writing a Spring MVC app and you decide, “I want to do seperate encapsulated algorithms…

    Read More »
  • Enterprise Java👁 Image
    David GrayJune 14th, 2013
    2 363

    Java testing with Selenium and dynamic ids in html

    One of the cool aspects of Selenium, is that not only can you record yourself using a site, you can…

    Read More »
  • Enterprise Java👁 Image
    David GrayJune 14th, 2013
    1 372

    Parsing ESPN API using Java and Google GSON

    For my first post, I’ll explain how to parse the ESPN API.  The API documentation can be found at http://developer.espn.com/docs.…

    Read More »
Back to top button
Close