中文名: Camel 實戰
原名: Camel in Action
作者: Claus Ibsen
Jonathan Anstey
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: Manning
書號: 9781935182368
發行時間: 2010年12月
地區: 美國
語言: 英文
簡介:
內容介紹:Apache Camel is a Java framework that lets you implement the standard enterprise integration patterns in a few lines of code. With a concise but sophisticated DSL you snap integration logic into your app, Lego-style, using Java, XML, or Scala. Camel supports over 80 common transports such as HTTP, REST, JMS, and Web Services.
Camel in Action is a Camel tutorial full of small examples showing how to work with the integration patterns. It starts with core concepts like sending, receiving, routing, and transforming data. It then shows you the entire lifecycle and goes in depth on how to test, deal with errors, scale, deploy, and even monitor your app—details you can find only in the Camel code itself. Written by the developers of Camel, this book distills their experience and practical insights so that you can tackle integration tasks like a pro.
內容截圖:
目錄:
Part 1 First steps
1 Meeting Camel
2 Routing with Camel
Part 2 Core Camel
3 Transforming data with Camel
4 Using beans with Camel
5 Error handling
6 Testing with Camel
7 Understanding components
8 Enterprise integration patterns
Part 3 Out in the wild
9 Using transactions
10 Concurrency and scalability
11 Developing Camel projects
12 Management and monitoring
13 Running and deploying Camel
14 Bean routing and remoting
appendix A Simple, the expression language
appendix B Expressions and predicates
appendix C The producer and consumer templates
appendix D The Camel community
appendix E Akka and Camel