This part contains one
intelligent event processor that does the following:
Processes all itineraries obtained from the stream for the
last three seconds.
Uses stream filter to remove itinerary preferences data in order to
make the itinerary data set smaller.
Contiguous ordering of itinerary data.
Stores the filtered itinerary record in database.
??? ??? ??? ???
Source code for all of the above parts is available at
http://www.packtpub.com/support/. The sources are
available as NetBeans projects files. Follow the instructions provided
in the Readme file in each part to set up the environment.
Getting Started
Before creating the first part of our sample application, we need to make sure that the
runtime environment is set up properly. The sample comprises multiple NetBeans
modules, some of which are deployable to servers. Hence, before starting with the
sample, start your Application Server and BPEL Engine. For our sample, we are
using Sun Java System / GlassFish Application Server, which has BPEL engine
integrated. Go to the Services tab | Servers | GlassFish V2. Right-click on this
node and click on Start. Refer to Chapter 2 on Getting Started for setting up
the environment.
Chapter 10
[ 203 ]
Throughout this chapter, there are references to both GlassFish
Application Server and Sun Java System Application Server.
Pages:
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188