Designing Intelligent Event Processor (IEP) Projects

Creating an Intelligent Event Processing Module Project

You create a new Intelligent Event Processing Module project in the NetBeans IDE. You then add one or more event processors to the project.

The following screen capture shows an IEP Module project that has one event processor.

Screen capture of an IEP Module project that
has one event processor.

ProcedureTo Create an Intelligent Event Processing Module Project

  1. From the IDE's main menu, choose File -> New Project.

    The New Project wizard opens.

  2. In the Categories list, select the SOA node.

  3. In the Projects list, select the Intelligent Event Processing Module node.

  4. Click Next.

  5. (Optional) In the Project Name field, change the default project name.

  6. Click Finish.

    The new IEP Module project appears in the Projects window. You can now add one or more event processors to the project.

ProcedureTo Add an Event Processor to the Project

  1. Right-click the Processor Files node and choose New -> Intelligent Event Processor.

  2. (Optional) In the File Name field, change the default file name.

  3. Click Finish.

    The event processor is added. The IEP Editor opens in Design view. You can now define the event processing logic by adding and configuring IEP operators.