骆驼的做法

时间:2014-07-21 18:12:04

标签: apache-camel

我有一个要求,我必须使用Camel开发组件。我知道如何在纯Java中执行此操作。但我想在任何适用的地方使用Camel。所以这是我的要求

1) Web service method       
2) Validate the request data
3) Insert data into DB
4) Export data into CSV File
5) Move the CSV into a FTP location
6) Call a Stored procedure (which takes a INPUT parameter from Request)
7) Call one more Stored procedure (which takes a INPUT parameter from Request)
8) Call a Web Service and I want this Web Service to run within certain time. If it takes more than that, throw out Time out exception.

我们可以使用Camel实现这一目标吗?我只是想知道,我们能不能做到。如果你觉得它是可以实现的,你能告诉我正确的方向吗?帮助赞赏。

1 个答案:

答案 0 :(得分:2)

这些是Camel旨在帮助您的各种基本任务。

由于参考材料和示例都很好地记录了Camel,因此您可以非常轻松地在线查找文档。尝试一下,然后回来查看详细而具体的问题。查看各种任务的起始页面。

  1. http://camel.apache.org/cxf-example.html
  2. http://camel.apache.org/validate.html
  3. http://camel.apache.org/sql-example.html
  4. http://camel.apache.org/csv.html
  5. http://camel.apache.org/ftp-example.html
  6. http://camel.apache.org/sql-component.html
  7. DITO
  8. http://camel.apache.org/cxf.html
  9. 顺便说一下,由于你的问题缺乏一些小的研究工作,比如搜索Camel在线文档,你得到了投票。