Author Archives: Ken Fogel

About Ken Fogel

Java Champion, JCP Executive Committee Member, Vice-President of the Jakarta EE Ambassadors, NetBeans Dream Team Member, and conference speaker/organizer. Currently a Research Scholar in Residence at Dawson College after retiring from the classroom. Passionate about teaching and inspiring everyone to be better programmers.

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 »

SOLUTION: NetBeans Run Command Deploys Slowly To Payara

My last blog “Build, Deploy and Run in a Browser a Web App with Maven” came out of a problem running web apps on Payara 5.194 from NetBeans 11.2 using Java 11 and MySQL 8 on Windows 10. Go to the blog to see the details. Yesterday I discovered that the problem was caused by the glassfish-resources.xml file. If I… Read more »