Home TOC |
![]() ![]() ![]() |
Java API for XML-based RPC
If you're new to the Java API for XML-based RPC (JAX-RPC), this chapter is the place to start. After briefly describing JAX-RPC, the chapter shows you how to build a simple Web service and client.
Although it starts with the basics, this chapter does have a few prerequisites. First, you should already be familiar with the Java programming language. You should also know how to install software, set environment variables, edit text files, and run commands from a terminal window. A basic knowledge of Web servers is helpful, but not required.
In This Chapter
- What Is JAX-RPC?
- A Simple Example: HelloWorld
- HelloWorld at Runtime
- HelloWorld Files
- Setting Up
- Building and Installing the Service
- Building and Running the Client
- Iterative Development
- Optional: Packaging the Service
- Types Supported By JAX-RPC
- J2SE SDK Classes
- Primitives
- Arrays
- Application Classes
- JavaBeans Components
- The Dynamic Invocation Interface
- When to Use DII
- A DII Client Example
Home TOC |
![]() ![]() ![]() |