You create a new Intelligent Event Processing Module project in the NetBeans IDE. You then add one or more event processors to the project.
To create an Intelligent Event Processing Module project:
To add an event processor to the project:
When you add an event processor, be aware that IEP does not allow the deployment of two event processors with the same name. For example, assume that you have two Composite Application projects. The first Composite Application project includes an IEP Module project that has an event processor called test.iep. The second Composite Application project includes an IEP Module project that has an event processor called test.iep. You deploy the first Composite Application project, and then try to deploy the second Composite Application project. The second deployment will not succeed.
One workaround is to assign unique names to the event processors.
Another workaround is to create a unique folder hierarchy in each IEP Module project. For example, you could add a folder called MyFolder1 to the IEP Module project in the first Composite Application project and a folder called MyFolder2 to the IEP Module project in the second Composite Application project. Then you can add event processors with the same name to these folders.