The basics of solution design
Break the problem up into smaller, manageable pieces. Start with a portion of the solution that can be deployed independently in a week or two, then create a portion of the solution that can be put into production all by itself. Focus on the basic units of communication (data flows). Integration development is done using the SDI Configuration Editor (CE), employing try-test-refine cycles.
Related
- Kernel/Component Architecture
- Entry-Attribute-value data model
- Data flows = AssemblyLines
- Getting Started
Parent topic:
Introduction