VOOZH about

URL: https://www.javacodegeeks.com/author/michael-scharhag/page/8

⇱ Michael Scharhag, Author at Java Code Geeks - Page 8 of 11


  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagSeptember 5th, 2015
    5 153

    Java EE 8 MVC: Getting started with Ozark

    About a year ago a new action based MVC framework, simply called MVC, was announced for Java EE 8. MVC…

    Read More »
  • Core Java👁 Image
    Michael ScharhagJune 8th, 2015
    1 165

    Exception Translation with ET

    Some time ago I wrote a small blog post about exception translation with AspectJ. In this blog post we will…

    Read More »
  • Groovy👁 Image
    Michael ScharhagApril 14th, 2015
    2 169

    What’s new in Grails 3

    A few days ago Grails 3.0 was officially released. Grails is now based on Spring Boot, the build system changed…

    Read More »
  • Core Java👁 Image
    Michael ScharhagMarch 4th, 2015
    0 77

    Using Java 8 Lambda expressions in Java 7 or older

    I think nobody declines the usefulness of Lambda expressions, introduced by Java 8. However, many projects are stuck with Java…

    Read More »
  • Groovy👁 Image
    Michael ScharhagFebruary 10th, 2015
    0 155

    Creating Android Apps with Groovy 2.4

    A few days ago Groovy 2.4 was released. One of the major news is that Groovy now officially supports Android…

    Read More »
  • Core Java👁 Image
    Michael ScharhagDecember 24th, 2014
    0 239

    Looking into the Java 9 Money and Currency API (JSR 354)

    JSR 354 defines a new Java API for working with Money and Currencies, which is planned to be included in…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagOctober 14th, 2014
    0 114

    Injecting domain objects instead of infrastructure components

    Dependency Injection is a widely used software design pattern in Java (and many other programming languages) that is used to…

    Read More »
  • Core Java👁 Image
    Michael ScharhagSeptember 26th, 2014
    1 338

    Reduce Boilerplate Code in your Java applications with Project Lombok

    One of the most frequently voiced criticisms of the Java programming language is the amount of Boilerplate Code it requires.…

    Read More »
  • Core Java👁 Image
    Michael ScharhagAugust 21st, 2014
    0 198

    Understanding JUnit’s Runner architecture

    Some weeks ago I started creating a small JUnit Runner (Oleaster) that allows you to use the Jasmine way of…

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