Should SDO (Service Data Object) be adopted in new project?

此生再无相见时 提交于 2019-12-01 12:08:11

Ok. I see. The answer is "no"

;)

Same for me when trying SDO first time. Old specs, passive feedback... Definitely NO.

I wouldn't recommend using SDO unless it's imposed on you by some other part of the project.

WebSphere process server uses SDO. It's not really a bad API once you learn it. But the spec and the documentation are vague. It doesn't spell out what happens if you ask for a field that doesn't exist, or whether it does type conversions while getting or setting fields, to name two gripes.

I don't think the API defines how to define new types, so that part will be implementation-specific. Type definitions are based on XSD, so you'll be working with those and all of the associated standards.

As others have implied, the API isn't widely used. This means it'll be hard to find people experienced with it, or help using it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!