Service Statelessness
Services are [[stateless]], that is either return the requested value or give an exception hence minimizing resource use.
Services are [[stateless]], that is either return the requested value or give an exception hence minimizing resource use.