About 50 results
Open links in new tab
  1. java - What exactly is Apache Camel? - Stack Overflow

    Jan 13, 2012 · I don't understand what exactly Camel does. If you could give in 101 words an introduction to Camel: What exactly is it? How does it interact with an application written in Java? Is it …

  2. java - Send POST Request using Apache Camel - Stack Overflow

    Aug 1, 2019 · This page explains how to send POST requests using Apache Camel, a powerful integration framework for routing and processing messages.

  3. Apache Camel - Triggering a task on startup to run only once

    Nov 27, 2015 · I am working on a Java project using Camel & Spring. We would like to trigger an initialize method on a singleton bean after Spring finished doing its thing and Camel has finished …

  4. Camel case and Pascal case mistake - Stack Overflow

    Jan 20, 2017 · Camel case: As the name show it follow the camel structure of word like mossawarHussain Difference: Pascal is a subset of Camel case. The first letter of Pascal is capital …

  5. Newest 'apache-camel' Questions - Stack Overflow

    Oct 4, 2025 · In Camel 4, they removed the camel-directvm module even though it was different from the camel-direct module because the first is used for multiple CamelContexts, unlike camel-direct, which …

  6. JSON Naming Convention (snake_case, camelCase or PascalCase)

    Is there a standard on JSON naming?I see most examples using all lower case separated by underscore, aka snake_case, but can it be used PascalCase or camelCase as well?

  7. Camel end vs endChoice - not the usual query - Stack Overflow

    The whole point of Camel is directing routes. Each choice's when block should just be pointing the process to a route. It should not be thinking, processing, or anything. In the end, our group is going to …

  8. Apache Camel exception handling an http request - Stack Overflow

    Sep 2, 2021 · Apache Camel exception handling an http request Asked 4 years, 4 months ago Modified 4 years, 4 months ago Viewed 6k times

  9. Camel - How to stop route execution on exception?

    Sep 4, 2015 · Camel - How to stop route execution on exception? Asked 10 years, 4 months ago Modified 3 years, 8 months ago Viewed 17k times

  10. Convert String To camelCase from TitleCase C# - Stack Overflow

    Feb 18, 2017 · By "camel case acronym" I meant "the way camel case handles any kind of acronyms". Check the norm (or other answers) to see how camel case handles a sequence of capital letters.