Complex Event Processing – Java Magazine – Sources & References

This article contains the resources for an article on Complex Event Processing (using Oracle CEP) that is published in the March 2010 issue of the Dutch Java Magazine. This article describes the interaction between CEP and Java Applications, using examples of temperature sensors that are monitored (aggregating their readings and looking out for any broken sensors) and web shops that try to determine the most popular and the most efficient search terms as well as the search terms that are quite useless (as they never result in a transaction).

The article is in Dutch – it will be made available for download later on. Note that it is based on Chapter 19 in the upcoming Oracle SOA Suite 11g Handbook (Oracle Press, due Summer 2010).

Complex Event Processing - Java Magazine - Sources & References CEP Architecture

Sources

Temperatuur Simulator en Temperatuur Sensor Processor: TemperatuurSensorenSimulatorEnProcessor.zip

WebApplicatie Analyzer: WebWinkelAnalyse.zip

References & Resources

Download Oracle CEP en CEP Plugin for Eclipse:

Oracle CEP Server: http://www.oracle.com/technology/software/products/cep/index.html

Oracle CEP Plugin voor Eclipse: http://download.oracle.com/technology/software/cep-ide/11/

Installatie instructies:

Setting up your development environment:http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14476/examples.htm#i1013710

Configuring Eclipse:http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14301/ide_intro.htm#CHDDAADG

Creating CEP Servers in Eclipse:http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14301/ide_serv.htm#CHDEJEHC

Documentatie voor CEP ontwikkelaars:

CEP Getting Started:http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14476/toc.htm
Administrator’s Guide:http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14300/toc.htm
IDE Developer’s Guide (Eclipse):http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14301/toc.htm
CQL Language Reference:http://download.oracle.com/docs/cd/E15523_01/doc.1111/e12048/toc.htm
CEP Java API Reference:http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14303/toc.htm