Does basicPortal really separate the business logics and views?

"kaeyeh" <[email protected]> Mon, 30 Sep 2002 21:21:33 -0000
Newsgroups gmane.comp.web.mvc.devel
Message-ID <[email protected]>
BaseBeanImpl extends ActionForm of Structs. For other types of 
interface, say ¡§web service¡¨, business logics really don¡¦t need to 
depend on Structs. One implementation to remove it can be:
	Class myActionForm extends ActionForm implements 
myValueObject {}

	Then pass myActionForm as myValueObject to the business 
logic beans. Here myValueObject implements the J2EE center ¡§Value 
Object Pattern.

Kae