Skip to content

Commit

Permalink
Updates gettingStarted/extending_the_kie_runtime_server.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
nheron committed Jul 21, 2016
1 parent 36df99f commit 257a047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified assets/RuntImeKieServerExtension.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions gettingStarted/extending_the_kie_runtime_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ We then built a service for the swimming pool that will use our drools service.

![](/assets/RuntImeKieServerExtension.jpg)



### Creating a drools extension for the kie-server

To create a kie-server plugin, you need to implement an interface kieServerExtentsion and to create a fiile called org.kie.server.services.api.KieServerExtension in the META-INF\/services directory and in this file you should put the complete class name of you implementation.
Expand Down Expand Up @@ -301,3 +303,5 @@ public class swimmingpoolResource {
}
```

TODO

0 comments on commit 257a047

Please sign in to comment.