Versions Compared

Key

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

...

This extensibility is made possible by dependency injection; the default bus implemenation is based on Springhttp: //www.springsource.com/developer/spring, which wires the runtime components together for you.

...

See Configuration of the Bus for an example of how to customize the bus by supplying your own bean configuration file and Configuration of Runtime Constructed Objects for more information on the special case of injecting into objects created by the runtime (as opposed to objects created by the IOC IoC container itself).

How service calls are processed

...