Originally posted by Lucy Hummel:
I passed today with 85% score.
BTW: I did not even write a JSP, Servlet, taglib.
Originally posted by Jose Esteban:
This DOESN'T mean that the attributes will not conserve their values; it ONLY MEANS that the readObject and writeObject methods on these attributes could not be called.
Originally posted by Marco Tedone:
Yes, confirmed. The HttpSessionActivationListener and HttpSessionBindingListener don't need to be declared in the DD. I know it because my colleague took the exam last week.
Originally posted by Romy Huang:
what order it is in listener register?
Is it dependend on listener declaration in DD?
Originally posted by Bert Bates:
Hey Mike -
I think there are a very few places where Bryan and Kathy and I had a disconnect between what was on the exam, what was in the chapters, and what made it to the coffee crams. I'm checking with Bryan and Kathy to see if they might have a list of those disconnects.
HTH, Bert
There should be separate <security-role> element for each role.
Following the specs, it seems that Durgaprasad is right...
Originally posted by Colin Fletcher:
> ...attribute values that implement java.io.Serializable will be transferred to the new JVM.
>[container] does not guarantee the object will retain its values in the new JVM.
>Spec:
Developers are not guaranteed that containers will call readObject and writeObject methods on session attributes if they implement them, but are guaranteed that the Serializable closure of their attributes will be preserved.