๐๏ธ Deploy Plugin Tutorial
This tutorial will explain the basic case of deploying a file to a target Container and doing something on the target Container with that file.
๐๏ธ Create a Deploy Plugin
This topic covers the customization of Deploy using the Java programming language. By implementing a server plugpoint, you can change certain Deploy server functionality to adapt the product to your needs. And if you want to use Deploy with new middleware, you can implement a custom plugin.
๐๏ธ Plugins Classloader
This topic provides information on how Digital.ai Deploy operates on the Java Virtual Machine (JVM) with two classloaders: one for the server and one for plugins and extensions. Plugins can be packaged in either .xldp or .jar formats, with the XLDP format being a ZIP archive that includes the plugin and all its dependencies.
๐๏ธ Connect Deploy to Your Infrastructure
This guide describes how to connect Deploy to hosts in your infrastructure where your middleware is running. Deploy supports various connection protocols and host types to accommodate different infrastructure setups.
๐๏ธ Sample Java-based Plugin
This example describes some classes from a test plugin we use at Digital.ai, the Yak plugin.