Multiple choice technology architecture

I reduce coupling between Web and Enterprise tiers

  1. Business Delegate

  2. Model View Controller

  3. Fast Lane Reader

  4. View Helper

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Business Delegate pattern reduces coupling between the presentation tier (Web) and business logic tiers by acting as an intermediary. It hides the complexity of business service lookup and exception handling, providing a clean interface to the web layer. This creates a loose coupling between tiers.