The CDR resource adaptor comes with the CDR Generation example service. To deploy the example:
1 |
Start Rhino: $RHINO_HOME/start-rhino.sh |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 |
Unpack the CDR resource adaptor distribution package into
|
||||||||||||
3 |
The properties in
|
||||||||||||
4 |
To deploy the examples, using Ant, execute the $ cd $RHINO_HOME/cdr-ra-VERSION/examples $ ant deploy-all This deploys the CDR resource adaptor, example (telnet) resource adaptor, and the CDR Generation example service. |
||||||||||||
5 |
Use a telnet utility to connect to the example resource adaptor: telnet localhost 9999 |
||||||||||||
6 |
Try these commands:
|
Source code for the example service can be found in the examples/src subdirectory of CDR resource adaptor package. This code may be freely altered and reused. It is made available under a BSD-style license.
|