- 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.
- Instant Node Package Manager
- Java異步編程實戰
- Visual FoxPro程序設計教程
- 趣學Python算法100例
- Linux網絡程序設計:基于龍芯平臺
- Julia Cookbook
- 快速念咒:MySQL入門指南與進階實戰
- 自然語言處理Python進階
- Learning ArcGIS for Desktop
- Android程序設計基礎
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- R語言數據可視化:科技圖表繪制
- JBoss:Developer's Guide
- Cocos2d-x Game Development Blueprints
- SQL Server 入門很輕松(微課超值版)