The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 Transparent State Management Using the Decorator Pattern
Subject:  misleading title???
Date:  2007-01-22 08:41:38
From:  sshrijaa


Well. I would not say the technique as transparent state management as it is not transparent to the UI developer. End user who submits the form should know the action restore.do and retain.do,

Transparency comes when things are done with out the end users knowledge. Examples like declarative transaction and security.

Also I don't see the use of servlet's filter here, since whole logic can be implemented in the proxy action itself (with decorator pattern) since the mapping is done for restore.do and retain.do to proxy action???

 Feed java.net RSS Feeds