More flexible approach to implementing business logic
The current use of query and change interceptors is good for simple business logic to filter out results etc, but for more complex business logic you can end up exposing a custom service operation. I would like to see more control over wiring in business logic into data service calls.
60
votes
1 comment
-
Mayko
commented
Service operation have to be more powerfull, to allow complex POST operations, with entitys, than we can use it to implement business rules.