问题描述
我不明白究竟做什么。
如果你能在101字先介绍一下骆驼:
If you could give in 101 words an introduction to Camel:
- 到底是什么呢?
- 它是如何用Java编写的应用程序进行交互?
- 有什么事情与服务器一起去?
- 它是一个独立的程序?
请解释骆驼是什么。
推荐答案
如果你有5到10分钟,我一般建议人们阅读的通过乔纳森·安斯蒂。这是一个良好的书面件,它给出了一个简要介绍,并概述了一些骆驼的概念,它实现了一个用例code样品。在这里面,乔纳森写道:
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的骆驼是一个开源的Java框架,侧重于使整合更容易,更容易给开发商。它通过提供这样处理:
- 所有的广泛使用(电子信息产品)的具体实现
- 连接到一个伟大的多种传输和API
- 易于使用的领域特定语言(DSL)接线生态工业园和运输在一起
- 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
还有href=\"http://manning.com/ibsen/\">骆驼在行动A>
There is also a free chapter of Camel in Action which introduces Camel in the first chapter. Jonathan is a co-author on that book with me.
这篇关于究竟什么是Apache的骆驼?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!