差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
java:apache_camel [2018/10/27 10:50]
tony [Reference]
java:apache_camel [2023/06/25 09:48] (目前版本)
行 6: 行 6:
   * [[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:​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 =====
行 15: 行 17:
   * [[https://​stackoverflow.com/​questions/​5385407/​whats-the-difference-between-jetty-and-netty|jetty vs netty]]   * [[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]]   * [[https://​stackoverflow.com/​questions/​49408811/​cors-configuration-with-camel|enable cors configuration]]
-  * [[https://​www.manning.com/​books/​camel-in-action-second-edition|Camel in action]]