JavaCasts

Java Basics - HelloWorld

Posted on

Java Basics - HelloWorld

What do you need to start programming java? Only the Java Development Kit and an text-editor, and you can start

Autoboxing - Unboxing

Posted on

Autoboxing - Unboxing

Here's a funny issue that I ran over a while ago. We had some code and experienced a NullPointerException, but there could not be a NullPointerException, all involved Objects where tested to not be null. A mystery!

Spring Cloud

Posted on

Spring Cloud

How to get some loose coupled services using spring cloud.

Spring boot

Posted on

Spring boot

Run java applications easily for the console a REST-API or a WebService