Serialization 2005-09-19 - By SUBSCRIBE EJB-INTEREST anonymous
Back Hi, I have a simple web application created using Struts .The struts action calsses call the DAOs to perform database operation. I get the form values from FormBean class (which extends from ActionForm) and create a VO instance(data transfer objects) ,set all the fields values and pass the VO as parameter to DAO.
My question is do I have to make my VOs serializable by implementing them from Serializable interface?I don't find any need as my action classes and DAOs will reside in the same war.Just want to make sure.
Thanks,
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|