| At line 212 changed 1 line. |
| !c) GO to SRC_ROOT , mvn clean install |
| !c) GO to FUJI SRC_ROOT , mvn clean install |
| At line 245 changed 1 line. |
| !Create Service Provider and export the same as osgi service, which the required service properties: |
| !Create Service Provider and export the same as osgi service, with the required service properties, Note how this can be easily done declaratively using the springDM, One does not have to write code for bundle activation or service registration. |
| At line 327 changed 1 line. |
| !Service Consumer: The example below shows a simple Service Consumer |
| d) Build and depoy the springDM application |
| * mvn clean install |
| *go to felix console and install/start the springDM app buundle |
| At line 331 added 1 line. |
| !Service Consumer: Now let us create a service consumer which consumes JBI services, The example below shows a simple Service Consumer |
| At line 333 added 1 line. |