| Author |
Client side and Server side Handlers
|
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
Please answer my questions even they are stupid ones as i am trying to learn web services.
This is what i read about Handlers in JAX-RPC
There are two kinds of handlers: client and server.
Client handlers can intercept messages sent from a client application, the "request", and the corresponding
message returned by the service, the "response".
Server handlers can intercept messages sent to a Web service, the "request", and the corresponding message
returned by the service, the "response".
I can't understand the difference between these two from above definations .
Please tell me what is a client and a server side Handlers?
|
Save India From Corruption - Anna Hazare.
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35221
|
posted

0
|
The difference is in where the code runs - as part of the client or as part of the server.
If you're just starting to learn WS, I'd suggest to learn JAX-WS, not JAX-RPC (which is obsolete).
|
Android apps – ImageJ plugins – Java web charts
|
 |
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
Thanks ulf ,
What is the difference between JAX-WS and JAX-RPC .
JAX-RPC is very confusing , but trying to learn ASAP
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35221
|
posted

0
|
|
Googling for "difference jax-rpc jax-ws" will get you useful results.
|
 |
 |
|
|
subject: Client side and Server side Handlers
|
|
|