Category Archives: Java EE

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 »

How to Work with the Eclipse EE4J Jakarta EE Examples – Update

The following is what I learned about working with the JakartaEE Examples. While anyone can clone the code from the GitHub repository you must be a member of the project to submit new code. You can learn about it at https://projects.eclipse.org/proposals/jakarta-ee-examples. The examples use embedded server containers that require Java 1.8. Your first step is to place Java 1.8 on… Read more »