
Camel
iteye_14418
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Getting started with Camel
Getting started with Camel2009-04-03 22:52:41 · 117 阅读 · 0 评论 -
Camel - Bean Integration
原文地址: http://camel.apache.org/bean-integration.html Camel支持多种方式的对beans和POJO类的集成。 1)Bean绑定 (Bean Binding)当Camel调用一个Bean方法时,不管是通过Bean组件,Spring远程服务(Spring Remoting)或者POJO Consuming,...2009-04-23 22:05:20 · 170 阅读 · 0 评论 -
Java DSL简介
原文:http://camel.apache.org/dsl.html Camel使用一种Java领域特定的语言(Domain Specific Language,DSL)来创建企业集成模式(Enterprise Integration Patterns)或路由。Camel同时支持一种基于Spring的 XML 配置,以及 Scala DSL。 使用Java...2009-04-24 01:16:00 · 1989 阅读 · 0 评论 -
Camel - Web Console
Camel Web Console从 2.0版本起可用,它提供了通过RESTful API对camel 接入点、消息和路由的完全访问。2009-04-25 02:14:31 · 205 阅读 · 0 评论 -
Camel - POJO 消息实例
介绍这个例子里会向你展示,如果你不想学习Camel的超级酷的DSL语言,你就不需要。2009-04-25 11:24:04 · 239 阅读 · 0 评论 -
Camel 资源汇总
最近已经开始了Google Summer of Code的项目,把经常使用到的Camel资料放在这里,便于使用。 Apache网站: http://camel.apache.org/ Mailing list: Camel http://www.nabble.com/Camel-f22882.htmlCamel Dev http://www.nabble.com/...2009-05-18 15:43:46 · 161 阅读 · 0 评论 -
创建Camel-web工程
使用命令:mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-war -DarchetypeVersion=2.0-SNAPSHOT -DarchetypeRepository=https://repository.apache.o...2009-08-19 00:40:43 · 428 阅读 · 0 评论