Category Archives: JavaFX

On Writing Transitioning to Java, My First Book

I decided to write a book. What academic has not thought about doing this. I spent 31 years teaching programming starting with Pascal and then through my career C, C++, Perl, PHP, and finally Java. There have been other languages I used before I became an instructor. The most lucrative contract I ever had involved writing in PL/1 on an… 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 »