Monthly Archives: December 2015

Starting JavaFX in Unit Tests

There are great frameworks for all kinds of unit tests, and JavaFX is not an exception here. But sometimes using a full-blown framework is not wanted, so how can JavaFX being started in JUnit? The following source shows how this … Continue reading

Posted in Java, Programming | Tagged , | Comments Off on Starting JavaFX in Unit Tests

Tip of the day: System.out.printf()

I’m doing Java since 1999, and it is my daily language since 2001. But still there are gems that I learn each day! Today it is the benefits of System.out.printf(). Yes, printf(), not println()! This 1.5-introduced method is rather clever, … Continue reading

Posted in Java, Programming | Tagged , | Comments Off on Tip of the day: System.out.printf()

Current volume of iJUG’s “Java aktuell” print magazine (German) published an article of mine describing the application framework inside of JAX-RS. You can download the article for free by clicking on the image on the left. The printed volume is … Continue reading

Posted on by Markus Karg | Comments Off on The JAX-RS Application Framework