开发者

SaaS, develop REST or SOA architural style?

开发者 https://www.devze.com 2023-01-20 06:55 出处:网络
I am starting a research how architectural style I will use, to build a medium CRM SaaS, many books authors recommends use SOA, but SOA can be complex, and REST is simple style. so what is your reco开

I am starting a research how architectural style I will use, to build a medium CRM SaaS, many books authors recommends use SOA, but SOA can be complex, and REST is simple style. so what is your reco开发者_StackOverflow中文版mmend?

Have any cases success with these 2 architectural styles with SaaS?


REST, hands down.

See Chargify's API documentation. They have a REST API. They are also able to use Cucumber scenarios (automated test scripts) as the published developer documentation. This is the best way to go.

0

精彩评论

暂无评论...
验证码 换一张
取 消