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.

The #KFCStandard pom.xml file : UPDATE

      No Comments on The #KFCStandard pom.xml file : UPDATE

The following article was first published in August 2015. There are some minor updates since then so I am republishing the article here on my new blog domain. The heart of a Maven managed project is the Project Object Model file named pom.xml. This determines what actions Maven will carry out. What follows is the pom file I require my… Read more »

The Bean Class for Java Programming

      17 Comments on The Bean Class for Java Programming

In the courses that you take with me I define a bean as a class used to aggregate or collect both primitive data types and other classes for modelling data in a program. Most programs require the definition of multiple elements or values to describe the data that they interact with. Rather than list each element individually, these elements are… Read more »