- Mastering Java 11
- Dr. Edward Lavieri
- 84字
- 2021-08-13 15:43:29
Web services
This set of tools provides a utility that can be used with Java Web Start and other web services:
- javaws: This is a command line tool that launches Java Web Start.
- schemagen: This tool generates schemas for Java architecture. These schemas are used for XML binding.
- wsgen: This tool is used for generating JAX-WS artifacts that are portable.
- wsimport: This tool is used for importing portable JAX-WS artifacts.
- xjc: This is the binding compiler that is used for XML binding.