📄️ Connector development process
Learn the end-to-end process for building and deploying an integration connector on the Boomi Enterprise Platform, from choosing a framework to going live.
📄️ Prerequisites to build a connector
Review the required knowledge, skills, and account setup tasks before building a custom connector with the Boomi Connector SDK.
📄️ Setting up the development environment
Configure your local development environment, including JDK and build tools, to build and test connectors using the Boomi Connector SDK.
📄️ Creating a local project
Set up a structured local Java connector project using Gradle or Maven as the first step toward building a custom Boomi connector.
📄️ Packaging the connector
Package your tested connector into a .zip archive that meets Boomi's format, size, and Java version requirements before uploading it to the Boomi...
🗃️ Connector Architecture
3 items
📄️ Enabling strict class loading mode for Connectors
Background