VOOZH about

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

⇱ Mike Ensor, Author at Java Code Geeks


  • Core Java👁 Image
    Mike EnsorDecember 30th, 2016
    0 261

    Adding microbenchmarking to your build process

    Introduction As an industry, we are adopting higher transparent and more predictable build processes in order to reduce the risks…

    Read More »
  • Core Java👁 Image
    Mike EnsorFebruary 19th, 2014
    0 689

    AES-256 Encryption with Java and JCEKS

    Overview Security has become a great topic of discussion in the last few years due to the recent releasing of…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mike EnsorNovember 14th, 2012
    0 153

    Spring 3.1, Cloud Foundry and Local Development

    This post will help you build a Spring 3.1 web application using MongoDB on Cloud Foundry. In addition to pushing…

    Read More »
  • Enterprise Java👁 Image
    Mike EnsorOctober 11th, 2012
    0 154

    Mocking with JodaTime’s DateTime and Google Guava’s Supplier

    Introduction If you’re a seasoned unit tester, you’ve learned to take note when you see any code working with time,…

    Read More »
  • Enterprise Java👁 Image
    Mike EnsorOctober 1st, 2012
    0 241

    Testing Custom Exceptions with JUnit’s ExpectedException and @Rule

    Exception Testing Why test exception flows? Just like with all of your code, test coverage writes a contract between your…

    Read More »
  • Enterprise Java👁 Image
    Mike EnsorSeptember 29th, 2012
    1 183

    JUnit Pass Test Case on Failures

    Why create a mechanism to expect a test failure? There comes a time when one would want and expect a…

    Read More »
Back to top button
Close