GlassFish Embedded – a simple way to run Jakarta EE apps
In this article, I’m going to share how I use GlassFish Embedded in my project is APILoader. APILoader has a server component and a client component but they are deployed differently depending on the needs of their users. The server component can be deployed either on a central GlassFish Server, or together with the client component in a GlassFish Embedded container.