2004-11-04
Which Dongdong is included in a Java Core Grid Service? XML file (1) .wsdd: Web Service Deployment Description File, if you need to implement Factory / Instance mode, you only need to add relevant content here. Syntax: XML syntax. (2) .xsd, .gwsdl: Service Data Description file (import in .gwsdl) and extension WSDL files. Syntax: Schema and WSDL2.0 (.GWSDL extension of WSDL are basically the difference between WSDL1.1 and 2.0) syntax. Program file: (Java as an example) (1) Service implementation file, .java. Syntax: Of course, Java. (2) Client implementation file .java. Syntax: