开发者

when to use Serializable backing bean in JSF?

开发者 https://www.devze.com 2022-12-25 06:50 出处:网络
when to use Serializable backing bean in JSF? is there any factors to go for serialization like View Scop开发者_开发技巧e, Session Scope, Application Scope or is anything else which requires bean to b

when to use Serializable backing bean in JSF? is there any factors to go for serialization like View Scop开发者_开发技巧e, Session Scope, Application Scope or is anything else which requires bean to be serialized.


I'd say that session-scoped beans are eligible for serialization, because the the servlet container tries to serialize everything in the session in case it (the container) is restarted.

0

精彩评论

暂无评论...
验证码 换一张
取 消