Complex Event Processing – Java Magazine – Sources & References

Lucas Jellema
0 0
Read Time:1 Minute, 35 Second

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).

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

About Post Author

Lucas Jellema

Lucas Jellema, active in IT (and with Oracle) since 1994. Oracle ACE Director and Oracle Developer Champion. Solution architect and developer on diverse areas including SQL, JavaScript, Kubernetes & Docker, Machine Learning, Java, SOA and microservices, events in various shapes and forms and many other things. Author of the Oracle Press book Oracle SOA Suite 12c Handbook. Frequent presenter on user groups and community events and conferences such as JavaOne, Oracle Code, CodeOne, NLJUG JFall and Oracle OpenWorld.
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %
Next Post

Subversion - branching, merging and reintegration

Subversion is a great source control system. One of the great features is it’s branching and merging support. Although many developers avoid it, branching is very powerful and useful and should not be something to be afraid off but something to be familiar with. And for the stable and controlled […]
%d bloggers like this: