Page 1 of 1

About Question enthuware.jwpv6.2.880 :

Posted: Tue Nov 06, 2012 1:36 am
by tori3852
Just a note: for 1st option explanation
Using ServletContextAttributeListener for application scope, HttpSessionAttributeListener for session scope. A new javax.servlet.ServletRequestAttributeListener has been added in the API for request scope. It is configured in web.xml.
It may be configured via annotations, too.

Re: About Question enthuware.jwpv6.2.880 :

Posted: Wed Nov 07, 2012 7:53 pm
by admin
You are right. The explanation has been updated to include this.

thank you for your feedback!