📄️ Upload Jar Files
You can also upload JAR files to your application. All uploaded JAR files are available on all of your application nodes. The platform is compatible with all libraries and has no limitations or restrictions on uploading Java files.
📄️ Java Agent
Java agent is an interceptor in front of the application’s main method. Generally, it is a .jar package statically loaded in the PreMain-Class method, which implements a mechanism of re-defining the running classes' content. The platform allows you to automatically launch such an applet at startup (just after the JVM is initialized).
📄️ Remote Access To EJB On Glassfish
Enterprise Java Beans (EJB) is a server-side architecture part of Java EE. Its specification contains two kinds of client views: remote and local ones. In one case, your Java app may require the session and entity beans with local home and component interfaces and in another case - with remote ones.