This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push:
new c42690c Some articles have moved to www.masteringintegration.com
new 558d405 Merge pull request #352 from fmarchioni/patch-2
c42690c is described below
commit c42690c69d74e9941d824902d467a332edc24095
Author: Francesco Marchioni <[email protected]>
AuthorDate: Thu Apr 23 11:51:12 2020 +0200
Some articles have moved to www.masteringintegration.com
---
content/community/articles.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/content/community/articles.md b/content/community/articles.md
index 4a68675..6d47323 100644
--- a/content/community/articles.md
+++ b/content/community/articles.md
@@ -75,9 +75,10 @@ Articles are divided into several sections. As the lists
grow, further sectionin
* [Easy integration between services with Apache
Camel](https://blog.codecentric.de/en/2018/08/easy-integration-between-services-with-apache-camel/)
- By Jan Martijn Roetman from August 2018 blogs about his experience with
Apache Camel and explain a bit what I think Apache Camel is and why it is
useful. I will also give some code examples.
* [Auto-generating news and publishing it to WordPress with Apache
Camel](https://developers.redhat.com/blog/2018/08/27/camel-wordpress-integration/)
- By Ricardo Zanini from August 2018 blogs about how to generate news posts
using NLG (Natural Language Generation) and post to WordPress via Apache Camel.
* [Streamline Software Integration: An Apache Camel
Tutorial](https://www.toptal.com/apache/apache-camel-tutorial) - A longer
article and tutorial on introducing Apache Camel and using Camel with
microservices, testing, Kubernetes, and much more. The tutorial is based on the
Camel 2.22 release.
-* [Getting started with Camel
3](http://www.mastertheboss.com/other/camel/getting-started-with-camel-3) - by
Francesco Marchioni. A quick introduction to Camel 3 with a basic application
example using a Camel Main class
-* [Routing Camel messages to Artemis embedded in WildFly
](http://www.mastertheboss.com/other/camel/routing-camel-messages-to-artemis-embedded-in-wildfly)
- by Francesco Marchioni. Shows how to route JMS messages from a Camel route
to ArtemisMQ embedded in WildFly
-* [Camel
Cheatsheet](http://www.mastertheboss.com/other/camel/camel-cheatsheet) - A
cheatsheet for Camel developers
+* [Getting started with Camel
3](http://www.masteringintegration.com/apache-frameworks/camel/getting-started-with-camel-3)
- by Francesco Marchioni. A quick introduction to Camel 3 with a basic
application example using a Camel Main class
+* [Routing Camel messages to Artemis embedded in WildFly
](http://www.masteringintegration.com/apache-frameworks/camel/routing-camel-messages-to-artemis-embedded-in-wildfly)
- by Francesco Marchioni. Shows how to route JMS messages from a Camel route
to ArtemisMQ embedded in WildFly
+* [Camel
Cheatsheet](http://www.masteringintegration.com/apache-frameworks/camel/camel-cheatsheet)
- A cheatsheet for Camel developers
+* [Proxy Web Services request with
Camel](http://www.masteringintegration.com/apache-frameworks/camel/proxy-web-services-request-with-camel)
- How to create a Camel proxy facade to a legacy JAX-WS Service
* [Create a Custom Camel logging handler for WildFly
](http://www.mastertheboss.com/jboss-server/jboss-log/create-a-custom-camel-logging-handler-for-wildfly)
- by Francesco Marchioni. Shows how to use a Camel based logging handler in
WildFly
These examples show usage of several different components and other concepts
such as error handling.