-
Dec 13th, 2010, 12:09 PM
#1
Spring webapp(jpetstore), when to use serializable beans
Hey guys,
Can someone give me a list of situations when POJOs should be serializable.
I found that Hibernate POJOs must implement serializable. What are other situations?
I'm just trying to find out why each POJO in jpetstore implement serializable. iBatis is used in that application, so I do not understand what actually makes these POJOs implement serializable.
see sources of it here: https://src.springframework.org/svn/...tstore/domain/
Last edited by kolodrevskiy; Dec 13th, 2010 at 05:36 PM.
-
Dec 14th, 2010, 10:39 AM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules