Implementation, Modules, and Key Classes for Local Development
Learn about the Spring integration and the module structure that supports Cloud hot folders.
High-Level Diagram
The high-level diagram shows the code names of each piece of the implementation as well as how they flow through the system. Click on the image to enlarge it.
Module Structure
The Cloud hot folder extension is split across an extension hierarchy that consists of the following extensions.
- cloudcommons: contains helper classes and other support components
- cloudhotfolder: contains the basic Cloud hot folder components. If you want to use a different storage platform, you can copy this extension and modify it, as needed.
- azurecloudhotfolder: contains sorting and synchronization components
Spring Integration
The SAP Commerce Cloud platform uses the Spring Integration framework, specifically the Inbound Channel Adapter. To learn more, see Channel Adapter
.
The classes and methods that support the Inbound Channel Adapter are depicted in the following image. Click on the image to enlarge it.