-binding- is implemented by the object which will
be set as session's attribute. it notifies this object when it is bound or unbound with a session.
(valueBound/valueUnbound methods...).
-attribute- is implemented by your
servlet and throws an event when an object (attribute) is added, removed or replaced in session.
so, what makes the difference is the "side" you want to be notified about the event - does your object has to "know" it was addedor removedfrom a session or does your session has to " know" anattribute was added/removed/replaced in it.