文件名称:Spring WebService (E)
文件大小:334KB
文件格式:PDF
更新时间:2012-05-13 05:35:33
Spring WebService
When creating Web services, there are two development styles: Contract Last and Contract First. When using a contract-last approach, you start with the Java code, and let the Web service contract (WSDL, see sidebar) be generated from that. When using contract-first, you start with the WSDL contract, and use Java to implement said contract.