This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 2c1799bb blog post about Camel Designer and Camel JBang (#867)
2c1799bb is described below
commit 2c1799bb1b3b81fd588fc2e551386b192df7e5af
Author: Bruno Meseguer <[email protected]>
AuthorDate: Fri Jul 1 11:32:05 2022 +0100
blog post about Camel Designer and Camel JBang (#867)
* blog post about Camel Designer and Camel JBang
* fixed links to use relative references.
---
.../blog/2022/07/camel-designer-jbang/featured.png | Bin 0 -> 57765 bytes
content/blog/2022/07/camel-designer-jbang/index.md | 40 +++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/content/blog/2022/07/camel-designer-jbang/featured.png
b/content/blog/2022/07/camel-designer-jbang/featured.png
new file mode 100644
index 00000000..38fa2bed
Binary files /dev/null and
b/content/blog/2022/07/camel-designer-jbang/featured.png differ
diff --git a/content/blog/2022/07/camel-designer-jbang/index.md
b/content/blog/2022/07/camel-designer-jbang/index.md
new file mode 100644
index 00000000..c9dc58e0
--- /dev/null
+++ b/content/blog/2022/07/camel-designer-jbang/index.md
@@ -0,0 +1,40 @@
+---
+title: "Camel Designer's new mapping system"
+date: 2022-07-01
+authors: [brunoNetId]
+categories: ["Tooling"]
+preview: "Camel Designer's new mapping system"
+---
+
+\
+
+A new input mapping system has been added to *Camel Designer*. But what that
even means ?!?
+
+Well, better to be seen, but if explained, it's an effort to provide a more
intuitive configuration system for *Camel* route steps. On one hand, it
simplifies the view of a route by compacting route steps, and on the other
hand, it provides an easy drag-and-drop mapping ability to map process
variables to activity inputs.
+
+For example, to configure an endpoint, such as an HTTP activity, the mapping
view allows the developer to configure a full HTTP invocation by mapping
component options, headers and payload.
+
+## Detailed blog article
+
+To really understand how this new configuration system works, head to the
following blog post that deep dives into it:
+
+- [**Gearing up _Camel
Designer_**](https://brunonetid.github.io/2022/06/28/camel-designer-configuration.html)
+
+In the blog above, this new functionality is covered in great detail.
Furthermore, it showcases how combining *Camel Designer* and [***Camel
JBang***](/manual/camel-jbang.html) empowers the developer to code with super
fast trial-and-error cycles. The combo shines when used for exploratory work
and prototyping.
+
+
+## Quick video demonstration
+
+If you're not that interested in the nitty-gritty details, here's a video
recording showcasing *Camel Designer* and *Camel JBang*, walking you through
the process of building and running one of the examples included in the blog
article.
+
+{{< youtube id="JP2fslD704w" class="video" >}}
+
+<br>
+
+## Related resources
+
+\
+
+- In-detail blog post about [*Camel
Designer*'s](https://brunonetid.github.io/2022/06/28/camel-designer-configuration.html)
configuration system.
+- Official [*Camel JBang*'s](/manual/camel-jbang.html) documentation.
+- Find [*Camel
Designer*](https://marketplace.visualstudio.com/items?itemName=brunoNetId.camel-designer)
in *VS Code*'s marketplace.