As a developer the worst 5 words that can ever come from your mouth is “It Works On My Machine”. Your code works, passes all its tests, but when the client runs it the code fails in some way and you can’t replicate the problem. No need to wait for a conclusion before the story. Its your fault. Get used… Read more »
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 »