Programming Language independent Model Validation

前端 未结 4 545
隐瞒了意图╮
隐瞒了意图╮ 2021-01-12 18:05

Let\'s say you use several different programming languages and frameworks in your infrastructure to handle large amounts of traffic etc.

Example Stack:

4条回答
  •  长情又很酷
    2021-01-12 18:46

    If you want to go the way of full validation, I'd use SOAP. At least, as long as you have SOAP libraries, all you need to feed them is the WSDL for your interfaces.

提交回复
热议问题