VOOZH about

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

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


  • Core Java👁 Image
    Michael ScharhagAugust 11th, 2014
    0 140

    Using IntelliJ bookmarks

    This is a quick post about IntelliJ’s nice bookmark feature. IntelliJ gives you the option to bookmark single lines of…

    Read More »
  • Enterprise Java👁 Image
    Michael ScharhagJuly 16th, 2014
    0 117

    An alternative approach of writing JUnit tests (the Jasmine way)

    Recently I wrote a lot of Jasmine tests for a small personal project. It took me some time until I…

    Read More »
  • Software Development👁 Image
    Michael ScharhagJune 24th, 2014
    0 229

    Using Markdown syntax in Javadoc comments

    In this post we will see how we can write Javadoc comments using Markdown instead of the typical Javadoc syntax.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagJune 9th, 2014
    2 253

    Building a simple RESTful API with Spark

    Disclaimer: This post is about the Java micro web framework named Spark and not about the data processing engine Apache…

    Read More »
  • Core Java👁 Image
    Michael ScharhagMay 29th, 2014
    0 140

    Java File I/O Basics

    Java 7 introduced the java.nio.file package to provide comprehensive support for file I/O. Besides a lot of other functionality this…

    Read More »
  • Groovy👁 Image
    Michael ScharhagApril 22nd, 2014
    1 140

    Groovy 2.3 introduces traits

    A few days ago the second beta of Groovy 2.3 got released. One of the major new Groovy 2.3 features…

    Read More »
  • Groovy👁 Image
    Michael ScharhagApril 16th, 2014
    0 74

    The Grails depedency injection inheritance pitfall

    This blog post is about a small pitfall you should be aware of when combining dependency injection in Grails with…

    Read More »
  • Core Java👁 Image
    Michael ScharhagMarch 26th, 2014
    3 143

    Java can finally join strings

    I am sure you were in a situation in which you wanted to join multiple strings. If you were using…

    Read More »
  • Groovy👁 Image
    Michael ScharhagMarch 21st, 2014
    0 163

    How you can benefit from Groovy Shell

    This is a post about the Groovy Shell and how it can help you with your daily work (as long…

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