In the project im working on, people wrote services class to access DAO. Almost every business object has it\'s own service which use it\'s own DAO. On some services, we are usi
Let the OrderService just do things with orders. Let the ItemService just do things with items. Then create a OrderItemService which combines the two.