You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/05/10 09:25:20 UTC

[camel-website] branch main updated: Update developer tooling listing (#842)

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 0ce3e5c2 Update developer tooling listing (#842)
0ce3e5c2 is described below

commit 0ce3e5c2ff52aba256c2504a1edb4c11e10c4d55
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Tue May 10 11:25:15 2022 +0200

    Update developer tooling listing (#842)
    
    - Add tooling for Camel textual route debugging
    - Add Kaoto
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 content/community/user-stories.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/community/user-stories.md b/content/community/user-stories.md
index ef78e26c..c1ea4244 100644
--- a/content/community/user-stories.md
+++ b/content/community/user-stories.md
@@ -55,9 +55,11 @@ This page is intended as a place to collect user stories and feedback on Apache
 | Company, Product, or Project  | Description |
 |-------------------------------|-------------|
 |[Eclipse Desktop Tools for Apache Camel](http://tools.jboss.org/features/fusetools.html)|Red Hat provides developer tooling for Camel, ActiveMQ, ServiceMix, Karaf, CXF, and [Fabric8](http://fabric8.io). The tools are a set of Eclipse plugins, such as a graphical Camel editor and also includes a Camel route debugger, where you can set breakpoints in your routes.|
-|[Apache Camel IDEA Plugin](https://github.com/camel-idea-plugin/camel-idea-plugin)|Plugin for Intellij IDEA to provide a set of Apache Camel related editing capabilities to the code editor.|
+|[Apache Camel IDEA Plugin](https://github.com/camel-idea-plugin/camel-idea-plugin)|Plugin for Intellij IDEA to provide a set of Apache Camel related editing capabilities to the code editor. It also provides Camel textual route debugging capabilities.|
 |[Camel Language Server](https://github.com/camel-tooling/camel-language-server)| A server implementation of the [Language Server protocol](https://github.com/Microsoft/language-server-protocol) that provides Camel DSL smartness (completion, validation, hover, outline). It is packaged for [VS Code](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-apache-camel), [Eclipse Desktop IDE](https://marketplace.eclipse.org/content/language-support-apache-camel) and [Eclipse Che]( [...]
+|[Camel Debug Adapter](https://github.com/camel-tooling/camel-debug-adapter) | A server implementation of the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) that provides Camel textual route debugging capabilities. It is packaged for [VS Code](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-debug-adapter-apache-camel) and [Eclipse Desktop IDE](https://marketplace.eclipse.org/content/textual-debugging-apache-camel). it can be embedded in se [...]
 |[VS Code extension pack for Camel](https://marketplace.visualstudio.com/items?itemName=redhat.apache-camel-extension-pack)|It provides a set of tools to develop Camel applications.|
+|[Kaoto](https://kaoto.io/)|Kaoto is an integration editor to create and deploy workflows in a visual, low-code way; with developer-friendly features like a code editor and deployments to the cloud. Kaoto augments user productivity via Apache Camel: it accelerates new users and helps experienced developers.|
 |[Camel Designer](https://marketplace.visualstudio.com/items?itemName=brunoNetId.camel-designer)| Visual designer generating Camel XML routes.|
 |[Syndesis](https://syndesis.io)|Syndesis is for anyone that wants to integrate services. Syndesis includes a swish UI that enables the user to design integration flows and manage them from their browser.No coding required… Unless you really want to and then Syndesis allows you to dive into the code, develop your own connectors (if one doesn’t already exist), or hack on the integration definition directly.|
 |[Fabric8](http://fabric8.io)|Fabric8 is an open source integration platform, allow to run Camel applications anywhere; whether its on-premise or in the cloud.|