September 2002
Intermediate to advanced
608 pages
14h 20m
English
The Ant buildfile for the JAX-RPC clients is shown in Listing 18.6. The two main targets are <static> and <dynamic>. <static> builds essentially the same client we used in Chapter 16, while <dynamic> builds the client we've been examining in this chapter. As with the example in Chapter 16, the client cannot be tested from within Ant because it needs to accept input from the terminal. There are two scripts, test-static.sh and test-dynamic.sh, which can be used to test the client classes.
<project name="jaxrpc-clients" default="dynamic" basedir="."> <!-- Adjust these for your installation --> <property name="JAVA_XML_PACK_HOME" value="/home/myawn/webservices/java_xml_pack-spring-02-dev" ... |
Read now
Unlock full access