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 到底是什么?
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
