aspose file tools
The moose likes Other Java Products and Servers and the fly likes Sun J2ee webservice tutorial doubt Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Sun J2ee webservice tutorial doubt" Watch "Sun J2ee webservice tutorial doubt" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Sun J2ee webservice tutorial doubt
 
Similar Threads
how to read RMH
Error while deploying the war file using command "asant deploy"
Compilation of a Dynamic Proxy Client
Issue while deploying web service jwstutorial example CLI171
Sun J2ee webservice tutorial doubt