I am wondering if page serialization in wicket is always necessary. I
have read this:

"Wicket keeps its tree of components in the session. In a clustered
environment, session data needs to be replicated across the cluster.
This is done by serializing objects in a cluster-node's session and
deserializing them on another cluster-node's session"

here: http://cwiki.apache.org/WICKET/spring.html

So I have asked myself: what if I do not have a clustered environment?
Is serialization really needed anyway?

-- 
Daniele Dellafiore
http://blog.ildella.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to