Category Archives: functional

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 »

The Bean Class for JavaFX Programming

      1 Comment on The Bean Class for JavaFX Programming

In my earlier article, The Bean Class for Java Programming, I presented how I want you, my students, to code a data or model class in your assignments. That style of bean class is widely used in frameworks such as Hibernate, Java Server Faces, CDI and others. There is one variant of that class that you need to know about… Read more »