Hi all scea users, I have a doubt about the BusinessDelegate pattern. I have implemented it to search route flights (Prepare Itinerary). Should I implement with the Service Locator Pattern ? or the BusinessDelegate contacts directly the Service (holding the Lookup Service)?
In the latter scenario the objects in the sequence diagrams are UserUI---Business Delegate---Segment---Flight