Extending the DSB

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
The DSB provide a simple way to expose core services as Web services without any extra configuration. The only things that is needed are :

# Add JAX-WS annotations to core services or generate your service from a WSDL generation tool (Apache CXF is a good choice).
# Adding the core service to the right fractal composite
# There is no 3

To illustrate this feature, we provide a sample to expose a simple Hello service as Web service.

h2. Create your interface


h2. Create your service


h2. Add service to the architecture

h1. *Adding Core Services*