Hi list !
I have the following question, which I still haven't answered : Which
problems can we encounter if a UI class component implements the
java.io.Serializable ? Is it permitted to serialize the UI classes ?
After reading the Java Servlet Specification 2.4
<http://java.sun.com/products/servlet/download.html#specs> I have
noticed that Serialization of /HttpSession object /is depending of the
server application container, the call methods readObject () and
writeObject () is not guaranteed (in the case of a custom serialization).
What do you think about the custom Serialization (I means class
implements Externalizable interface) in jsf applications ?
Mediii
- Serializable UIcomponents mehdi sidhoum
-