I have a set of services available from a Jersey RESTful Web Service. My problem is that i want to specify the order in which those services should be called, and generate error message when a service is called out of order. I imagine there is a kind of XML description file where i can specify all constraints on the call sequence.
What solution can i use for that?
I am using Eclipse, Tomcat7, Spring + Maven.