i just want to figure out how the two JSR difference, they are all used different way to implement the web service, one seems like using annotation, already included in jre1.6, the other is need to download some package axis, so i just think just two package to implement web serive or soap?
Asked
Active
Viewed 168 times
1
-
JAX-RS is initial version of specification. JAX-WS is latest with annotation support and lot other enhancements. – kosa Sep 09 '12 at 19:14
-
yes, and i also want to the relation with jax-rpc – john Sep 09 '12 at 19:15
1 Answers
1
Yes, the rpc is older, and implement webserive and client are both different, they are actually two different package

Hypnoz
- 1,115
- 4
- 15
- 27