P
Paul Koufalis
Guest
Interesting counter question. The answer is both. As I see it, the REST interface is really just a cap on top of the business logic AppServer calls. I.e. it takes some output parameters and JSONifies them. (That's a verb, right?) Seriously though: yesterday it was SOAP. Today it's REST. Tomorrow it's something else. Only the dot-p's with the business logic stay constant throughout. I don't want to be modifying the main code because of the API any more than I want to modify the main code because of the UI. Paul
Continue reading...
Continue reading...