差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
java:apache_camel [2017/11/21 13:50]
tony [Reference]
java:apache_camel [2023/06/25 09:48] (目前版本)
行 5: 行 5:
   * [[java:​apache_camel:​HttpFileProvider|Netty Http File Provider]]   * [[java:​apache_camel:​HttpFileProvider|Netty Http File Provider]]
   * [[java:​apache_camel:​SyslogReceiver|Syslog Receiver]]   * [[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 ===== ===== Reference =====
行 11: 行 13:
   * [[http://​camel.apache.org/​book-architecture.html|Architecture]]   * [[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://​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]]