Camel Examples: review
See original GitHub issue@hekonsek A few notes:
- We use a manifest-first approach (i.e. we use Tycho) for our maven builds. The structure of the Camel example projects,
quickstartandaggregator, should follow those used for the other examples. You might want to check the heater - The EPL licence header must be added to every file. For example it’s missing in the quickstart
- The Camel examples have a “Rhiot” icon in src/main/resources. I believe that a “Camel” logo would be more appropriate here.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Apache Camel Examples - GitHub
Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.
Read more >Apache Camel Reviews & Product Details - G2
Camel is the Apache based lightweight framework. The components supplied by Apache camel allow a system to communicate with other external applications.
Read more >Review: Camel in Action - BASE Logic, Inc.
Camel in Action is a Camel tutorial full of small examples showing how to work with the integration patterns. It starts with core...
Read more >Customer reviews: Camel in Action - Amazon.com
The code-heavy examples treat Camel more as an application development platform than an integration bus. There is, for example, minimal mention of SOAP,...
Read more >Book Review "Apache Camel In Action" - Kai Waehner
Camel in Action is for you, if you want to learn Apache Camel. This EAI-framework implements the well-known Enterprise Integration Patterns (EIP) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Not to muddy the water, but I think I would prefer option 1. We already created a separate repository for hosting examples and demos: https://github.com/eclipse/kura-apps. The idea was to move all the examples here and have a build that produced DPs for each. We could then add relevant examples and demos to the Eclipse Marketplace.
I also think this would be a good opportunity to try and tie the examples to a hosted P2 repository instead of having to include the target platform with example/demo code. I think this would be more aligned with how developers (who are not using Kura source code) would use the framework.
@mcarrer This would also include the Camel examples, so finding a solution for the emulator would be a good idea.