MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
Ghazalawahid
Post subject: Implementing Serializable for a resultant class  PostPosted: May 06, 2006 - 03:01 AM
Veteran Member
Veteran Member


Joined: Dec 30, 2005
Posts: 42

I have little confusion about implementing serializable for a result class in "Building J2EE Application Quickstart" (TraderX Example). The class TraderResult is implementing serializable and one of its property "message" that is holding a message is being displayed in JSP, whereas in some other Web project examples,the class whose properties are being displayed in JSP, are not implementing Serializable,so whats the difference?
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: May 06, 2006 - 02:30 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

Can you give an example of the other web projects samples?

Also, you need to serialize anything that might be persisted. This includes anything that might be persisted to the disk by the app server (saving session state) or any reasource that can be duplicated across a cluster.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits