I am currently working on a projects API layer with an existing REST services using JERSEY. Most of the initial services are created in a contract last approach utilizing jaxb annotations etc.. Lately, i was asked to do a contract first approach instead due to versioning concerns easier 3rd party integration by providing the schema to other clients.
can anyone provide a useful resource or a reading material for a contract first approach with REST as most of the stuff i find related to contract first approach points me to SOAP examples.
Thanks