Results 1 to 2 of 2
Thread: question on j2ee design pattern
- 01-04-2009, 12:23 PM #1
Member
- Join Date
- Jan 2009
- Posts
- 3
- Rep Power
- 0
question on j2ee design pattern
which one of the two is a characteristic of the Transfer Object design pattern?
a. It increases the complexity of the design due to remote synchronization and version control issues.
b. It increases network performance introducing multiple fine-grained remote requests which return very small amounts of data.
The correct answer is (a) but i think it should be (b).
Could somebody figure out which one is correct?
- 01-06-2009, 07:50 PM #2
Disclaimer, I hate J2EE and know nothing about the Transfer Object design pattern.
But the idea of sending many many fine grained requests, each with very small amounts of data as "better" or "increase performance" is wrong from the start.
Networks are slow. You want to minimize the number of requests, and get as much information as you can in each request.


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks