Posted By:
JavaPassion_Passion
Posted On:
Monday, August 13, 2007 05:04 PM
The process of holding large amount of data into a single object and transfering it to the next layer is called implementing DataAccessObject Design pattern.
For example in struts framework the data submitted in a JSP/HTML page is stored in a ActionForm and it is made avialable to the Action class .
This is best rather than supplying individual values .