Author Archives: Ken Fogel

About Ken Fogel

Java Champion and author of Transitioning to Java for Packt Publishing. Organizer of the online JChampions Conference as well as speaking at conferences. Currently a Research Scholar in Residence at Dawson College after retiring from the classroom. Passionate about teaching and inspiring everyone to be better programmers.

NetBeans Day Montreal At Dawson College January 12, 2018

Dawson College will again be hosting Montreal’s NetBeans Day. Unlike large commercial  conferences NetBeans Day is a community organized event. With NetBeans now part of the Apache Foundation the day is about more than just the NetBeans IDE. It is also a celebration of all things open source. The event is free to attend (with refreshments) and targeted at students,… 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 »