Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example with Camel you can configure a CamelContext; capable of creating on demand Component and Endpoint instances along with providing a powerful Type Conversion registry all by using a single XML element...

Code Block

<camelContext id="camel3" xmlns="http://activemq.apache.org/camel/schema/spring">
</camelContext>

If you explicitly want to configure the context; a component, an endpoint or dependent objects explicitly in XML you can; but all the common defaults are wired together for you.