This section describes how to create plug-ins for Silk Central. Only the tasks that are common to all plug-in types are discussed here.
Silk Central provides several plug-in APIs. Each API is considered a species.
For developing and compiling plug-ins, see Silk Central Release Notes for the appropriate Java version. This is important for compatibility with the Silk Central Java runtime environment. Silk Central is using the AdoptOpenJDK.
After you create your plug-in classes and implement a species API, you can create a plug-in package (a JAR or ZIP file).
Place the created file into the plug-ins directory located at <application server installation directory>\plugins\.
As the plug-in species types are known by Silk Central, it is also known which servers (execution, application, and front-end) require which species. Each plug-in can be installed on the application server. Silk Central automatically distributes the correct plug-ins to each server.