This sample is stored in "/opt/FJSVcep/sample" using the following structure:
sample1
+-- client.jar Jar file to be used by the event sender sample program
+-- bin Directory for shell scripts
| +-- deployall.sh Shell script to deploy all sample development assets
| +-- undeployall.sh Shell script to undeploy all sample development assets
| +-- sendevent.sh Event sender sample program
+-- src Directory for source code
| +-- sample
| +-- HttpClient.java Source code of jar to be used by the event sender sample program
+-- master Directory for master data
| +-- MemberData.csv Sample data of member master
| +-- MemberDataSchema.csv Schema file of member master
| +-- StoreData.csv Sample data of store master
| +-- StoreDataSchema.csv Schema file of store master
+-- event Directory for event data
| +-- CouponEvent.csv Sample data of coupon event
| +-- LocationEvent.csv Sample data of location information event
+-- resources Directory for definition files
+-- CouponEvent.xml Event type definition of coupon event
+-- FilteredCouponEvent.xml Event type definition of filtered coupon event
+-- LocationEvent.xml Event type definition of location information event
+-- FilteredLocationEvent.xml Event type definition of filtered location information event
+-- MemberInfo.xml Master definition of member master
+-- StoreInfo.xml Master definition of store master
+-- SampleRule.xml Rule definition