Hans Bakker wrote:
An event is specific local piece functionality normally used in one
place for one purpose and called from its location.

A service is a piece of functionality which can be located anywhere on
the network, is most of time used in several different places and is
called by its 'name'

Regards,
Hans
In addition, in case of events you have access to HttpServletRequest and HttpServletResponse obejcts and you can read/write whatever you want.
In case of services, you have access only to service parameters.

Bilgin

Reply via email to