📄️ Connector development process
Here's the entire process of developing a connector and deploying it in the Boomi Enterprise Platform:
📄️ Prerequisites to build a connector
You can build a connector using the Boomi Connector Software Development Kit \(SDK\).
📄️ Setting up the development environment
As a developer, set up your environment, so you can build, test, and deploy a connector built using the Connector SDK. You only need to set up this environment once, and then you can use it for future connector development.
📄️ Creating a local project
Create a local connector project to start building a connector.
📄️ Packaging the connector
After testing the connector and verifying that it works as expected, you are ready to package the connector code.
🗃️ Connector Architecture
3 items
📄️ Enabling strict class loading mode for Connectors
Background