Versions Compared

Key

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

...

CoordinatesDescription
org.fabric3:fabric3-apiThe base package containing general annotations and API classes
{{org.fabric3:fabric3-model-api}}The base package for DSL classes
{{org.fabric3:fabric3-binding-jms-api}}Package for JMS annotations and DSL classes
{{org.fabric3:fabric3-binding-file-api}}Package for file binding annotations and DSL classes
{{org.fabric3:fabric3-binding-rs-api}}
Package for JAX-RS annotations and DSL classes
{{org.fabric3:fabric3-binding-ws-api}}
Package for JAX-WS annotations and DSL classes
{{org.fabric3:fabric3-binding-zeromq-api}}
Package for ZeroMQ annotations and DSL classes
{{org.fabric3:fabric3-junit-api}}
Package for JUnit annotations
{{org.fabric3:fabric3-timer-api}}
Package for Timer annotations and DSL classes  

Using the DSL

    

Components and channels can also be defined using the Fabric3 DSL. To use the DSL, one or more provider classes must be packaged in an application archive under the Java package "f3". Provider classes are invoked by the runtime to programmatically create composites. The following is an example of a provider class:

...