Extending the DSB

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

Changes (5)

View Page History
To illustrate this chapter, let's add a simple and powerful service : The HelloWorld Service\!

{info}The source code for this illustration is available under the DSB samples folder in SVN at [https://svn.petalslink.com/svnroot/trunk/research/commons/dsb/samples]{info}[|https://svn.petalslink.com/svnroot/trunk/research/commons/dsb/samples]
h2. Create a new kernel

{code}
mvn archetype:generate
{code}
Use the dsb-kernel as dependency in your new project POM:

*TODO*


h2. Create the interface

Let's create a new project for the API definition :

{code}
mvn archetype:generate
{code}

h2. Implement your service