when to use Serializable backing bean in JSF?
Posted
by rahul_d_m
on Stack Overflow
See other posts from Stack Overflow
or by rahul_d_m
Published on 2010-04-03T05:55:51Z
Indexed on
2010/04/03
6:03 UTC
Read the original article
Hit count: 230
jsf
when to use Serializable backing bean in JSF? is there any factors to go for serialization like View Scope, Session Scope, Application Scope or is anything else which requires bean to be serialized.
© Stack Overflow or respective owner