VOOZH about

URL: https://www.javacodegeeks.com/author/mike-miller

⇱ Mike Miller, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Mike MillerMarch 14th, 2014
    3 185

    Parameterized JUnit tests

    Sometimes you encounter a problem that just screams for using “parameterized” tests rather than copy/pasting the same method many times.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Mike MillerMarch 13th, 2014
    2 535

    Creating a simple JAX-RS MessageBodyWriter

    JAX-RS is really cool and with the help of JAXB a lot of response data types can be converted for…

    Read More »
  • Groovy👁 Image
    Mike MillerMay 22nd, 2013
    2 897

    Grails AJAX Examples

    Early on, newcomers to Grails encounter a lack of working samples accompanying the framework.  Good places for examples and documentation…

    Read More »
  • Enterprise Java👁 Image
    Mike MillerMay 19th, 2013
    1 168

    JBoss AS7 JNDI & EJB 3.1 Naming changes

    As a result of the “feature train” continuing to march on and us not keeping our software stack up-to-date, our…

    Read More »
  • Core Java👁 Image
    Mike MillerMay 17th, 2013
    1 95

    Minor Gotchas from migration to Java 7

    After several years of pushing, we are finally starting to pull our application out of the dark ages  in terms…

    Read More »
Back to top button
Close