ROA on top of SOA
- by Vaibhav Pujari
I already have a stable Service Oriented Architecture for my application which exposes services as API calls. (the verbs)
Now, I need to build a Resource Oriented Architecture to expose a RESTful API to interact with the application objects. (the nouns)
What are the best practices to reuse the existing services:
- without any persistence inside…