![]() | En cours de redaction... |
Adding Core Services
If you want to add your own services, the best way to follow is to create your own 'kernel' which is extending the DSB kernel. Since we are using the Fractal component model in Petals ESB/DSB, you must also use it for your service.
To illustrate this chapter, let's add a simple and powerful service : The HelloWorld Service!
![]() | 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 |
Create a new kernel
Use the dsb-kernel as dependency in your new project POM:
TODO
Create the interface
Let's create a new project for the API definition :