差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

java:apache_camel [2019/03/17 20:39]
tony [Article List]
java:apache_camel [2023/06/25 09:48]
行 1: 行 1:
-{{tag>​camel}} 
-====== Apache Camel ====== 
-在survey syslog receiver時,看到了syslog4j與Apache camel syslog component。而syslog4j最新版是2011年,就這樣開啟了camel之路。目前本區文章放置有看到且試驗出來的部分,並不會特別寫詳細教學,僅供大家參考。另外camel是可以透過spring xml config設定的,但因為我們不想讓這部分與spring有相關性,所以是透過程式碼的方式建立物件間的關係。 
-===== Article List ===== 
-  * [[java:​apache_camel:​HttpFileProvider|Netty Http File Provider]] 
-  * [[java:​apache_camel:​SyslogReceiver|Syslog Receiver]] 
-  * [[java:​apache_camel:​rest_with_netty_http_and_ssl|Apply the REST with Netty-http and SSL]] 
-  * [[java:​apache_camel:​throttler:​helloworld|Throttler Hello World]] 
-  * [[java:​apache_camel:​aggregator:​helloworld|Aggregator Hello World]] 
  
-===== Reference ===== 
-  * [[https://​zh.wikipedia.org/​wiki/​Apache_Camel|Wiki - Apache Camel]] 
-  * [[http://​camel.apache.org/​book-architecture.html|Architecture]] 
-  * [[http://​camel.465427.n5.nabble.com/​REST-DSL-Camel-2-14-1-SNAPSHOT-How-to-configure-SSL-on-jetty-component-td5760328.html|How-to-configure-SSL-on-jetty-component?​]] 
-  * [[http://​people.apache.org/​~dkulp/​camel/​cxfrs.html|cxfrs]] 
-  * [[https://​github.com/​apache/​camel/​tree/​master/​examples/​camel-example-spark-rest/​src/​main/​java/​org/​apache/​camel/​example/​spark|spark-rest example]] 
-  * [[https://​stackoverflow.com/​questions/​5385407/​whats-the-difference-between-jetty-and-netty|jetty vs netty]] 
-  * [[https://​stackoverflow.com/​questions/​49408811/​cors-configuration-with-camel|enable cors configuration]]