Changes

Jump to: navigation, search

Umlaut Technical Overview

94 bytes added, 17:53, 6 February 2008
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.

Navigation menu