Sunday Aug 12, 2007
Sunday Aug 12, 2007
In this demo, we will show how to implement the processing logic for the incoming SNMP trap, and we would refer to this processing logic as "Adaptation". Normally, we would want to feed these incoming SNMP traps to an event-processing engine, since usually it is the occurrences of events that are most interesting. However, for simplicity sake, in the demo we are feeding the SNMP traps to an EJB exposed as a webservice operation, and we simply print out the values for each trap in the EJB method.
Here are the main steps to create this project:
Pretty simple right?