Category Archives: Java

My Personal Opinion on the Future of Jakarta EE

The following is just my personal opinion of where Jakarta EE may be going. I am far removed from the decision makers and this opinion is based on what I have read and my experience as a teacher. Feel free to label me a crackpot. I began to teach J2EE in 2002. It was a mess. Most of my time… 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 »