200
edits
Changes
→Obligations of Service logic
===Obligations of Service logic===
What you need to know to write a new Service. How to generate data, and callback methods service logic can or must provide.
url handling.
Avoid stateful-ness, object is re-used accross requests, and due to possible multi-threaded implementation, may even be used concurrently, so write thread-safe. Or avoid state altogether.