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 6a5d670  Update articles.md
     new 5251f7f  Merge pull request #151 from fmarchioni/patch-1
6a5d670 is described below

commit 6a5d67033c44f6ca03c004e27de0d5c09fa700bd
Author: Francesco Marchioni <marchioni.france...@gmail.com>
AuthorDate: Thu Jan 16 12:56:00 2020 +0100

    Update articles.md
    
    Added some Camel articles available in http://www.mastertheboss.com
---
 content/community/articles.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/content/community/articles.md b/content/community/articles.md
index 82539f4..d6d0a0d 100644
--- a/content/community/articles.md
+++ b/content/community/articles.md
@@ -84,6 +84,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
+*   [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.
 
@@ -352,6 +356,7 @@ These examples show Camel combined with several tools (e.g. 
IDE), ESBs, Applicat
 *   [Robert James Liguori's Blog](https://archive.fo/XKA0Z) - (archived) Blogs 
about Java and supporting resources including Apache Camel.
 *   [Willem Jiang's Blog](http://willemjiang.blogspot.com/) - Willem also 
writes about Camel in English and Chinese.
 *   [Souciance Eqdam Rashti](https://soucianceeqdamrashti.wordpress.com/) - 
Blogs about integration and Apache Camel in English. 
+*   [Mastertheboss](http://www.mastertheboss.com) - Contains several tutorials 
for Camel 2 and 3 in English. 
 
 ### Twitterers
 

Reply via email to