This chapter introduces the Oracle Complex Event Processing (Oracle CEP) IDE features available for Eclipse, providing information on how to install and configure the features.
This chapter describes:
Section 3.2, "Installing the Latest Oracle CEP IDE for Eclipse"
Section 3.3, "Installing the Oracle CEP IDE for Eclipse Distributed With Oracle CEP"
Oracle CEP IDE for Eclipse is a set of plugins for the Eclipse IDE designed to help develop, deploy, and debug applications for Oracle CEP.
This section describes:
For more information about Oracle CEP IDE for Eclipse, see http://www.oracle.com/technology/products/event-driven-architecture/cep-ide/11/
.
The key features of the Oracle CEP IDE for Eclipse are as follows:
Project creation wizards and templates to quickly get started building event driven applications.
Advanced editors for source files including Java and XML files common to Oracle CEP applications.
Integrated server management to seamlessly start, stop, and deploy to Oracle CEP server instances all from within the IDE.
Integrated debugging.
Event Processing Network (EPN) visual design views for orienting and navigating in event processing applications and visually creating and editing EPN components.
Oracle CEP application source file validation including Oracle Continuous Query Language (Oracle CQL) syntax highlighting and component configuration and assembly files.
Ability to build and export deployable Oracle CEP applications.
Integrated support for the Oracle CEP Visualizer so you can use the Oracle CEP Visualizer from within the IDE.
In 11g Release 1 (11.1.1), Oracle CEP IDE for Eclipse requires JDK 6.0. For more information, see:
"Setting Your Development Environment" in the Oracle Fusion Middleware Getting Started Guide for Oracle Complex Event Processing
When you choose a Typical Oracle CEP server install, the installation does not include the default ocep_domain
domain (with default passwords) and the product samples.
If you want to install the default ocep_domain
and samples (recommended), choose the Custom Oracle CEP server install option.
The Typical install is appropriate for a production environment while the Custom install is appropriate for a development environment.
Oracle recommends that you install the default ocep_domain
and samples for use with the Oracle CEP IDE for Eclipse during development.
If you choose a Typical Oracle CEP server install, you can use the Configuration Wizard to create an Oracle CEP server domain.
For more information, see:
"Installation Overview" in the Oracle Fusion Middleware Getting Started Guide for Oracle Complex Event Processing
"Creating an Oracle CEP Standalone-Server Domain" in the Oracle Fusion Middleware Administrator's Guide for Oracle Complex Event Processing
"Creating an Oracle CEP Multi-Server Domain Using Oracle CEP Native Clustering" in the Oracle Fusion Middleware Administrator's Guide for Oracle Complex Event Processing
New versions of the IDE will be made available via the Oracle Technology Network Web site. Oracle recommends that you install the IDE from this Eclipse update site.
To install the latest Oracle CEP IDE for Eclipse:
Obtain the required versions of Eclipse (3.6.2) and WTP (2.0). Be sure to install the Eclipse IDE for Java EE developers. We recommend you take the entire Helios installation available at the following Web sites:
Note:
Check the Oracle CEP Web site (http://www.oracle.com/technologies/soa/complex-event-processing.html
) for the latest requirements on the Eclipse tools.
Open your Eclipse IDE and select the menu item Help > Install New Software.
The Install dialog appears as Figure 3-1 shows.
Click Add.
The Add Site dialog appears as Figure 3-2 shows.
Configure this dialog as Table 3-1 describes.
Click OK.
In the Install dialog, from the Work with pull down menu, select the Oracle CEP Tools Update
site you just created.
It make take a few moments for Eclipse to contact the remote update site. During this time, the "There is no site selected" entry reads "Pending".
When Eclipse has made contact with the remote update site, the Oracle CEP Tools entry appears in the list of update sites as Figure 3-3 shows.
Check the check box next to the Oracle CEP Tools entry as Figure 3-3 shows.
Figure 3-3 Install Dialog - Site Selected
Click Next.
The Install Details dialog appears as Figure 3-4 shows.
Figure 3-4 Install Dialog - Install Details
Click Next.
The Review Licenses dialog appears.
Click Finish.
When prompted restart, Eclipse. If you skip this, unreliable behavior can occur.
To confirm the installation, select Help > About Eclipse.
The About Eclipse dialog appears as Figure 3-5 shows.
Click Oracle.
The About Eclipse Features dialog appears as Figure 3-6 shows.
Click Plug-In Details.
The Feature Plug-ins dialog appears as Figure 3-7 shows.
Confirm that the plug-ins that Table 3-2 lists are shown.
After installing Oracle CEP IDE for Eclipse, consider the following topics:
A version of the Oracle CEP IDE for Eclipse is shipped with the Oracle CEP product, although this version might be older than the one on the Oracle Technology Network site.
To install the Oracle CEP IDE for Eclipse distributed with Oracle CEP:
Obtain the required versions of Eclipse (3.6.2) and WTP (2.0). Be sure to install the Eclipse IDE for Java EE developers. We recommend you take the entire Helios installation available at the following Web sites:
Note:
Check the Oracle CEP Web site (http://www.oracle.com/technologies/soa/complex-event-processing.html
) for the latest requirements on the Eclipse tools.
Open your Eclipse IDE and select the menu item Help > Install New Software.
The Install dialog appears as Figure 3-1 shows.
Click Add.
The Add Site dialog appears as Figure 3-2 shows.
Click Archive.
The Select Local Site Archive dialog appears as Figure 3-10 shows.
Figure 3-10 Select Local Site Archive Dialog
Navigate to the MIDDLEWARE_HOME
/ocep_11.1/eclipse-update-site
directory and select the cep-tools-11.1.0.
DATE
-
BUILD
.zip
file.
Where MIDDLEWARE_HOME
refers to the directory into which you installed Oracle CEP, such as c:\Oracle\Middleware
, and DATE
is the build date and BUILD
is the build number.
Click Open.
Complete the Update Manager, selecting to install the Oracle CEP tools.
When prompted restart, Eclipse. If you skip this, unreliable behavior can occur.
To confirm the installation, select Help > About Eclipse.
The About Eclipse dialog appears as Figure 3-5 shows.
Click Oracle.
The About Eclipse Features dialog appears as Figure 3-6 shows.
Figure 3-12 About Eclipse Features Dialog
Click Plug-In Details.
The Feature Plug-ins dialog appears as Figure 3-7 shows.
Confirm that the plug-ins that Table 3-2 lists are shown.
After installing Oracle CEP IDE for Eclipse, consider the following topics:
This section describes how to configure Eclipse to work with Oracle CEP.
Exit out of Eclipse if it is running.
Install a Java 6 JRE on your computer.
For example, you might have installed the JRE included with a Java Development Kit to the following location:
C:\Java\jre6
Using the editor of your choice, open your eclipse.ini
file located in your Eclipse install directory, for example, C:\eclipse\ as Example 3-1 shows.
Note:
When making changes to the eclipse.ini
file, add arguments one argument per line, as http://wiki.eclipse.org/Eclipse.ini
describes.
For more information about configuring Eclipse, see http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse
.
Add the following lines to the eclipse.ini
file as Example 3-2 shows.
Add the following to the eclipse.ini
file as Example 3-3 shows.
Where PATH-TO-JRE-6.0-JAVAW
is the fully qualified path to your Java 6.0 JRE javaw
executable. For example:
-vm C:\Java\jre6\bin\javaw.exe
Note:
Do not put both the -vm
and the path on the same line. Each must be on a separate line as Example 3-3 shows.
Save and close the eclipse.ini
file.
Start Eclipse.
Select Help > About Eclipse and click Installation Details.
Click the Configuration tab.
The Configuration Details tab appears as shown in Figure 3-14.
Figure 3-14 Configuration Details for Java 6
Confirm that the eclipse.vm
property points to the Java 6.0 JRE you configured in the eclipse.ini
file.