- Java 9:Building Robust Modular Applications
- Dr. Edward Lavieri Peter Verhas Jason Lee
- 82字
- 2025-04-04 17:08:34
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.