Merry Christmas! This has been one of the most requested features for me to add to the tutorial, so here goes. While it modifies the free tutorial code, the concepts here can also apply to the book. Saving and loading…
Java for the Real World Video Course
Since I published my Java for the Real World eBook, I’ve received several inquires about providing the learning material via video. I will admit I am still skeptical in general about video, but I finally decided to bite the bullet…
Vaadin Flow Trepidation
I started using Vaadin about a year ago and was really happy with the results. I got a nice looking web application written almost entirely in Java. I also found being able to work around the traditional MVC pattern refreshing.…
Java for the Real World Updated for Java 11
With Java 11 being released in just over a week, I have decided to push out a significant update to Java for the Real World. For a limited time, you can get the book for only $11.11 in celebration of…
Java Build Tools: Ant vs. Maven vs. Gradle
This is an abbreviated chapter from my book Java for the Real World. Want more content like this? Click here to get the book! For anything but the most trivial applications, compiling Java from the command line is an exercise…