| Author |
Retrieving and updating Composite Transfer Objects
|
Phani Sajja
Greenhorn
Joined: Mar 08, 2009
Posts: 3
|
|
Hi,
From my front controller I am executing the corresponding command based on the url. This command has to collect the data from the database and the data made available to the next view. Here The command has to get a transfer object from the database and update it. Transfer object can also be composite transfer object. Can I directly call the DAO code in command or apply a pattern here. How can I get and update these composite transfer objects using a pattern.
Thanks
Phani
|
 |
Praison Selvaraj
Ranch Hand
Joined: Jun 05, 2010
Posts: 46
|
|
Hi Phani,
The "Transfer Object Assembler" is precisely for this.
Refer
http://java.sun.com/blueprints/corej2eepatterns/Patterns/TransferObjectAssembler.html
Thanks,
Praison
|
SCJP, SCWCD, SCEA
|
 |
 |
|
|
subject: Retrieving and updating Composite Transfer Objects
|
|
|