| Author |
Sun J2ee webservice tutorial doubt
|
Vasim Patel
Ranch Hand
Joined: Apr 29, 2004
Posts: 87
|
|
Hi, I am trying to understand how the JAX RPC static stub client is built in Sun Webservices tutorial http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXRPC3.html Here we have HelloIF and HelloImpl classes. Both these classes are in the package helloservice. These have been built using Now the client HelloClient.java is in package staticstub. I wanted to know how does HelloClient compile WITHOUT importing package helloservice in which HelloIF has been declared. Isn't this against the basic java rules. Or is there a smart way ANT does. Can someone please explain or give me a plain javac command to compile the HelloClient.java regards Vasim
|
 |
 |
|
|
subject: Sun J2ee webservice tutorial doubt
|
|
|