What exactly is Apache Camel?(Apache Camel 到底是什么?)
问题描述
我不明白 Camel 到底是做什么的.
I don't understand what exactly Camel does.
如果你能用 101 个字来介绍一下 Camel:
If you could give in 101 words an introduction to Camel:
- 究竟是什么?
- 它如何与用 Java 编写的应用程序交互?
- 它是与服务器一起使用的吗?
- 它是一个独立的程序吗?
请解释一下什么是骆驼.
推荐答案
如果你有 5 到 10 分钟,我一般建议大家阅读这篇 与 Apache Camel 的集成 作者:Jonathan Anstey.这是一篇写得很好的文章,简要介绍和概述了 Camel 的一些概念,并通过代码示例实现了一个用例.乔纳森在其中写道:
If you have 5 to 10 minutes, I generally recommend people to read this Integration with Apache Camel by Jonathan Anstey. It's a well written piece which gives a brief introduction to and overview of some of Camel's concepts, and it implements a use case with code samples. In it, Jonathan writes:
Apache Camel 是一个开源 Java 框架,专注于让开发人员更容易和更容易地进行集成.它通过提供:
Apache Camel is an open source Java framework that focuses on making integration easier and more accessible to developers. It does this by providing:
- 所有广泛使用的企业集成模式 (EIP) 的具体实现
- 与各种传输和 API 的连接
- 易于使用领域特定语言 (DSL) 将 EIP 和传输连接在一起
- concrete implementations of all the widely used Enterprise Integration Patterns (EIPs)
- connectivity to a great variety of transports and APIs
- easy to use Domain Specific Languages (DSLs) to wire EIPs and transports together
Camel in Action 还有一个免费章节(Camel in Action, 2nd ed. is 这里) 在第一章介绍了 Camel.乔纳森是我和那本书的合著者.
There is also a free chapter of Camel in Action (Camel in Action, 2nd ed. is here) which introduces Camel in the first chapter. Jonathan is a co-author on that book with me.
这篇关于Apache Camel 到底是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Apache Camel 到底是什么?


- Jersey REST 客户端:发布多部分数据 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01