- Mastering Apache Camel
- Jean-Baptiste Onofré
- 199字
- 2021-07-16 13:50:21
Quick prototyping and testing support
In any integration project, it's typical that we have some part of the integration logic not yet available. For instance:
- The application to integrate with has not yet been purchased or not yet ready
- The remote system to integrate with has a heavy cost, not acceptable during the development phase
- Multiple teams work in parallel, so we may have some kinds of deadlocks between the teams
As a complete integration framework, Camel provides a very easy way to prototype part of the integration logic. Even if you don't have the actual system to integrate, you can simulate this system (mock), as it allows you to implement your integration logic without waiting for dependencies. The mocking support is directly part of the Camel core and doesn't require any additional dependency.
Along the same lines, testing is also crucial in an integration project. In such a kind of project, a lot of errors can happen and most are unforeseen. Moreover, a small change in an integration process might impact a lot of other processes. Camel provides the tools to easily test your design and integration logic, allowing you to integrate this in a continuous integration platform.
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- R語言經典實例(原書第2版)
- 零基礎學C++程序設計
- Scala謎題
- SQL Server 2012數據庫管理與開發項目教程
- Visual C++開發入行真功夫
- Java編程的邏輯
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- ElasticSearch Cookbook(Second Edition)
- Python Essentials
- HTML5權威指南
- 石墨烯改性塑料
- Django 2.0 入門與實踐
- 深度學習:基于Python語言和TensorFlow平臺(視頻講解版)
- Swift編程實戰:iOS應用開發實例及完整解決方案