Custom Code
Deploy custom code to your instance of Elements.
Elements is highly extensible and allows you to develop custom code. Elements 3.0 is written in Java21 and therefore any VM compatible languages will work seamlessly in Elements. Building your custom server side logic in Java-Based Languages has several distinct advantages.
Java has one of the most complete ecosystems of readily available Open Source libraries available. Chances are, whatever you're looking for is available in a package on Maven Central.
Java offers incredible server side performance through JIT Compliation, which essentially compiles your code to machine code as it is loaded.
As of October 2023, it is estimated that the developer community size is approximately 17.1 Million developers, ensuring you will have no problems building your team long-term.
An existing suite of powerful development tools including IDEs and profilers/benchmarking tools are readily available.
Last updated