Business View
This part describes WHAT scala-adapters does.
This content should support the collaboration between:
- DevelopersÂ
- Architects
- Testers
- Product Owners
- Project Managers
Topics:
- Feature Breakdown Structure
- Domain Model
- New Requirements
Use Case
The Use Case comes from my daily job with screenfoodnet. We have a CMS to manage the content of the customer’s digital signage projects. Now we provide a small infrastructure to allow customers extensions to the CMS, like:
- Import Data from the customers systems.
- Custom Process - e.g. with Chat Bots
As you can see Batman makes sure that there goes no customer code into the CMS system. For that we provide services to the customer specific adapters. All the other creatures stay for customers and their adapter (smaller and bigger ones).
In tiers we have:
- CMS: Our existing CMS.
- adapters-CMS: A unified interface for all adapters to access the CMS.
- adapters: A small framework to provide the general adapter functionality.
- customer adapter: Here goes the customer specific code.
- customer system: The system we want to integrate with.
This Wiki is only about the generic adapters to demonstrate the Scala fullstack:
- adapters > this project (scala-adapters)
- customer adapter > will be the examples.
Further Reading
- Feature Breakdown Structure FBS
What Features are handled by scala-adapters.