Application Service

By timothynjones

Use an Application Service to encapsulate workflow across multiple Business Objects, either instances of the same object or different types of objects.

In my investment application I have a QuoteService that provides an updateQuotes() method. This downloads and persists new quotes for securities currently being held in an account if there is not a recent one already in the database.

Leave a Reply