Question 5 / 20:
You want to expose part of your application as services to other client applications. The client application will request a service through standard web protocols. The requests are received by a servlet which in turn delegetes them to the bussiness tier.
Which pattern is most appropriate for this task?