Example com.bea.wlevs.configuration.Activate

J-2 Oracle Complex Event Processing Developers Guide If you are in the Java perspective, you will want to open the Servers view by selecting Window Show View Servers . Your Oracle CEP IDE for Eclipse should look like Figure J–2 . Figure J–2 Oracle CEP IDE for Eclipse J.2 Step 1: Create an Oracle CEP Definition The first step is to tell the Oracle CEP IDE for Eclipse where your Oracle CEP server is installed on the local machine. To do this, follow the steps in the Section 5.2.1, How to Create a Local Oracle CEP Server and Server Runtime . For this tutorial, enable automatic publishing on the server by selecting Use Workspace Default for the Automatic Publishing options on the second wizard page as Figure J–3 shows. Oracle CEP IDE for Eclipse Tutorial J-3 Figure J–3 Configuring the Oracle CEP Server for Automatic Publishing When finished, your Servers view should look as Figure J–4 shows. Figure J–4 Oracle CEP IDE for Eclipse Server View J.3 Step 2: Create an Oracle CEP Application Next, create an Oracle CEP application. The basic the steps are described in Section 5.2.1, How to Create a Local Oracle CEP Server and Server Runtime . In this tutorial, select the File New Other, expand the Oracle CEP option and select Oracle CEP Application Project. In the New Oracle CEP Application Project dialog, enter a project name of Hello and select the Oracle CEP v10.3.0 the Target Runtime created in Appendix J.2, Step 1: Create an Oracle CEP Definition as Figure J.5 shows. J-4 Oracle Complex Event Processing Developers Guide Figure J–5 New Oracle CEP Application Project Dialog Click Next. Leave the Bundle Properties at their defaults and click Next again. The Templates dialog appears as Figure J–6 shows. Figure J–6 Templates Dialog This page allows you to select what initial application files should be placed in the project. Check Create an Oracle CEP Application using one of these templates and select the Hello World template. Click Finish. The Project Explorer should contain the files shown in Figure J–7 .