VOOZH about

URL: https://www.javacodegeeks.com/author/Roger-Hughes/page/6

⇱ Roger Hughes, Author at Java Code Geeks - Page 6 of 10


  • Core Java👁 Image
    Roger HughesSeptember 19th, 2012
    0 198

    Using PowerMock to Mock Constructors

    In my opinion, one of the main benefits of dependency injection is that you can inject mock and/or stub objects…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Roger HughesSeptember 17th, 2012
    0 578

    Spring 3.1 Caching and @CacheEvict

    My last blog demonstrated the application of Spring 3.1’s @Cacheable annotation that’s used to mark methods whose return values will be stored…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Roger HughesSeptember 11th, 2012
    0 225

    Spring 3.1 Caching and @Cacheable

    Caches have been around in the software world for long time. They’re one of those really useful things that once…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Roger HughesAugust 29th, 2012
    0 98

    Spring Profiles and Java Configuration

    My last blog introduced Spring 3.1’s profiles and explained both the business case for using them and demonstrated their use…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Roger HughesAugust 14th, 2012
    0 561

    Spring Profiles in XML Config Files

    My last blog was very simple as it covered my painless upgrade from Spring 3.0.x to Spring 3.1.x and I…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Roger HughesJuly 20th, 2012
    2 163

    Getting Started with Spring Social – Part 2

    A few weeks ago I wrote a post demonstrating what I thought was the simplest application you could write using…

    Read More »
  • Software Development👁 Image
    Roger HughesJuly 17th, 2012
    0 112

    Approaches to XML – Part 3 – JAXB

    If you remember from Part 1 and Part 2, I’m covering different approaches to parsing XML messages using the outrageously corny scenario…

    Read More »
  • Software Development👁 Image
    Roger HughesJuly 17th, 2012
    0 194

    Approaches to XML – Part 4 – XMLBeans

    If you remember from Part 1, Part 2 and Part 3, I’m covering different approaches to parsing XML messages using…

    Read More »
  • Software Development👁 Image
    Roger HughesJuly 17th, 2012
    0 108

    Approaches to XML – Part 2 – What about SAX?

    Part 1 introduced the idea that there are different ways to approach XML parsing and highlighted the point that XML…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
  • ...
  • Last
Back to top button
Close