Apama 10.7.2 | Developing Apama Applications | Developing Apama Applications in EPL | Making Application Data Available to Clients | Adding the DataView Service bundle to your project
 
Adding the DataView Service bundle to your project
To use the DataViewService, you have to add the DataView Service bundle to your Apama project. Adding this bundle ensures that the following EPL files are loaded before any monitors that use them. These monitors are in the monitors directory of your Apama installation:
*ScenarioService.mon
*DataViewService_Interface.mon
*DataViewService_Impl_Dict.mon
Note:
The DataViewService is designed primarily to interact with other EPL or JMon applications that reside in the same correlator. However, it can also be used with multiple correlators. See Using multiple correlators for further information.
The description below explains how to add the bundle using Software AG Designer, but you can also add it using the apama_project command-line tool as described in Creating and managing an Apama project from the command line.
*To add the DataView Service bundle to your Apama project
1. In Software AG Designer, go to the Apama Developer perspective.
2. In the Project Explorer, right-click the EPL Bundles node and select Add Bundle.
3. Select the DataView Service bundle and click OK.