Sunday, 3 April 2016

Contract-first vs Contract-last approaches


Contract-first  
  • First, you create the WSDL (Contract)
  • Then, you can create the implementation from this
Since the WSDL is your contract, this would be contract-first.


Contract-last 
  • First, source code or implementation is done.
  • Then, Create WSDL (Contract) from the implementation
It will most likely be generated by a tool rather than created by the developer.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.