About 1,470,000 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 …

  2. What's the difference between "direct:" and to () in Apache Camel?

    Jun 9, 2012 · A route is an artifact in Camel, and you could do certain administrative tasks towards it with the Camel API, such as start, stop, add, remove routes dynamically. The "to" …

  3. When to use Spring Integration vs. Camel? - Stack Overflow

    Jun 14, 2010 · We choose Camel over Spring-Integration because the fluent API is really nice. We actually use it in Spring projects and use Spring to configure part of it. The programming …

  4. Elegant Python function to convert CamelCase to snake_case?

    Jul 24, 2009 · how about the reverse? Convert a not_camel_case to notCamelCase and/or NotCamelCase?

  5. Pascal casing or Camel Casing for C# code? [closed]

    Sep 29, 2008 · I've been arguing with my coworkers about Pascal casing (upper camel case) vs. lower CamelCasing. They are used to lower camel casing for everything from table names in …

  6. Apache Camel producers and consumers - Stack Overflow

    Feb 25, 2016 · The terms are often counter-intuitive, as a typical user of camel is thinking in terms of routes and messageExchanges, rather than authoring a new camel component. From the …

  7. What is the point of the lower camel case variable casing …

    Aug 29, 2012 · It's a combination of two things: The convention of variables starting with lower case, to differentiate from classes or other entities which use a capital. This is also sometimes …

  8. 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?

  9. 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 …

  10. naming - What are the different kinds of cases? - Stack Overflow

    I'm interested in the different kinds of identifier cases, and what people call them. Do you know of any additions to this list, or other alternative names? myIdentifier : Camel case (e.g. in java

Refresh