Are Java EE Application Servers Heavy? Watch The Video.
Published on 13 Jul 2021

Our summer webinar series continued with 'Are Java EE Application Servers Heavy?'
In thismyth-busting webinar, Steve Millidge (founder of Payara), showed viewers that Java EE application servers are NOT resource-heavy or slow. His live demonstrations showed it’s possible to have a small footprint and low resource usage in Jakarta EE runtimes.
If you missed the webinar earlier this month, you can now watch the video!
In the video:
-
See a new Jakarta EE (Java EE) runtime that allows for single jar deployment
-
Watch a demo of a small start up/small footprint Jakarta EE runtime
-
See a Jakarta EE application server that is not fat or heavy with high resource usage
Watch Now:
More in the Series
The third webinar answered the question 'Is Java EE Cloud-Native?'. You can watch that also on our YouTube channel!
Following this, there are the two more webinars left to enjoy live. Tune in to ask Steve Millidge questions directly.
- Do Java EE Standards Matter? 14 July, 3pm BST
- Is the Java EE Deployment Model Out of Date? 21st July, 3pm BST
Related Posts
The Payara Monthly Catch - March 2025
Published on 31 Mar 2025
by Nastasija Trajanova
0 Comments
5 Hidden Git Tips for Java Developers
Published on 25 Mar 2025
by Luqman Saeed
0 Comments
Git, the weirdly named version control system developed by Linus Torvalds, is an amazing tool for developers, and us Java developers are no exception. While most of us are familiar with the basics like git commit, git push and git pull, Git has ...