Skip to content
Snippets Groups Projects
Commit 3f10dc4f authored by NTUMBA WA NTUMBA Patient's avatar NTUMBA WA NTUMBA Patient
Browse files

Update README.md

parent 96c78138
No related branches found
No related tags found
No related merge requests found
...@@ -26,16 +26,36 @@ VSB ensures interoperabiliy of services and things developped in Java. ...@@ -26,16 +26,36 @@ VSB ensures interoperabiliy of services and things developped in Java.
To interconnect services and things, developer has to generate a middleware artifact that we call Binding Component (BC) that ensures this interconnection : To interconnect services and things, developer has to generate a middleware artifact that we call Binding Component (BC) that ensures this interconnection :
![Use case scenario](https://gitlab.inria.fr/pntumba/vsb-web-console/raw/master/vsbwebconsole/WebContent/css/images/BC.png) ![Binding Component](https://gitlab.inria.fr/pntumba/vsb-web-console/raw/master/vsbwebconsole/WebContent/css/images/BC.png)
* Creating the Generic Interface Description Language of the service or thing to interconnect * Creating the Generic Interface Description Language (GIDL) of the service or thing to interconnect
Relying on the above image, a developer has to create the GIDL of the Temperature ressource. By using the eclipse plugin.
* Import maven dependencies of the VSB project in order to generate the BC
* Import maven dependencies of the VSB project in order to generate the BC ```
------ Add repository :
<repository>
<id>ow2-nexus-releases</id>
<name>OW2 Release Repository</name>
<url>http://repository.ow2.org/nexus/content/repositories/releases</url>
</repository>
Add dependecy :
<dependency>
<groupId>eu.chorevolution.vsb</groupId>
<artifactId>vsb-manager-api</artifactId>
<version>2.1.0</version>
</dependency>
```
* Generate BC as follow : * Generate BC as follow :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment