Tag Archives: Java

Book Report: Java by Comparison

      No Comments on Book Report: Java by Comparison

Java by ComparisonBecome a Java Craftsman in 70 ExamplesSimon HarrerJörg LenhardLinus DietzThe Pragmatic BookshelfRaleigh, North Carolinahttps://java.by-comparison.com Welcome to my first book report since my high school days. I’ve chosen to write about the book Java by Comparison primarily because it’s the book I wish that I wrote. There are plenty of excellent books on specific frameworks and libraries, but this… Read more »

REST Client Code Generated by NetBeans Does Not Handle Lists and the Solution

In my Introduction to Java Web Services course I use as an example a web service that returns a List of JPA entity objects of type Fish. A Fish is just several fields that describes different aspects of aquarium fish. For many years, going back to 2004, I only showed SOAP services. The code generator in my favourite IDE, NetBeans,… Read more »