Hide presentation tier-specific details from the business tier
Request handling and/or protocol-related data structures are exposed from the presentation tier to the business tier
Remove all references to request handling and protocol-related presentation tier data structures from the business tier. Pass values between tiers using more generic data structures.
For further information see page 91 of Core J2EE Patterns by Alur, Crupi, and Malks
| Refactoring Home | | Alphabetical List |