ホーム

Camelは様々なドメイン固有言語、例えばJavaベースの fluent API、Spring、Blueprint XMLコンフィグファイル、Scala DSLを使って、ルーティングやシステム間の仲介を定義できるようにします。これは、自分が使っているJava, Scala, XMLエディタのIDEでルーティングルールをスマートに実装できることを意味します。
Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL. This means you get smart completion of routing rules in your IDE, whether in a Java, Scala or XML editor.
Apache Camelは色々な転送やメッセージモデルと直接連動するURIを使います。例えばHTTP, AcitveMQ, JMS, JBI, SCA, MINA, CXF, プラグイン可能なコンポーネント, データフォーマットオプションです。Apache CamelはどのようなJavaアプリケーションでも簡単に組み込めるように最小限の依存しかない小さなライブラリです。Apache Camelを使うことによって、どのような転送の種類を使うことに関係なく同じAPIで動作することができます。そう一度APIを学びさえすれば、out-of-boxで提供されている全てのコンポーネントとやりとりすることができます。
Apache Camel uses URIs to work directly with any kind of Transport or messaging model such as HTTP, ActiveMQ, JMS, JBI, SCA, MINA or CXF, as well as pluggable Components and Data Format options. Apache Camel is a small library with minimal dependencies for easy embedding in any Java application. Apache Camel lets you work with the same API regardless which kind of Transport is used - so learn the API once and you can interact with all the Components provided out-of-box.
Apache Camel は、Beanバインディング、Spring, Blueprint, Guiceのようなポピュラーなフレームワークとシームレスな連携をサポートします。Camelはさらにルートをユニットテストする広範囲なサポートもあります
Apache Camel provides support for Bean Binding and seamless integration with popular frameworks such as Spring, Blueprint and Guice. Camel also has extensive support for unit testing your routes.
つぎのプロジェクトはルーティングおよびシステム間の仲介のエンジンとしてApache Camelを活用することができます
  • Apache ServiceMix - 人気の分散型のオープンソースESBとJBIコンテナ
  • Apache ActiveMQ - 成熟した、広く使用されているオープンソースのメッセージブローカ
  • Apache CXF - スマートWebサービス·スイート( JAX-WSおよびJAX-RS )
  • Apache Karaf - アプリケーションをデプロイすることができる小さなOSGiベースのランタイム
  • Apache MINA - 高性能NIO駆動型ネットワーキングのフレームワーク
The following projects can leverage Apache Camel as a routing and mediation engine:
Apache ServiceMix - a popular distributed open source ESB and JBI container
Apache ActiveMQ - a mature, widely used open source message broker
Apache CXF - a smart web services suite (JAX-WS and JAX-RS)
Apache Karaf - a small OSGi based runtime in which applications can be deployed
Apache MINA - a high-performance NIO-driven networking framework