差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
java:apache_camel [2017/11/23 00:30]
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 =====
行 14: 行 16:
   * [[https://​github.com/​apache/​camel/​tree/​master/​examples/​camel-example-spark-rest/​src/​main/​java/​org/​apache/​camel/​example/​spark|spark-rest example]]   * [[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/​5385407/​whats-the-difference-between-jetty-and-netty|jetty vs netty]]
 +  * [[https://​stackoverflow.com/​questions/​49408811/​cors-configuration-with-camel|enable cors configuration]]