| Author |
JAXP,JAXB,JAXM and JAX-RPC???
|
glauber miranda
Greenhorn
Joined: Jun 03, 2003
Posts: 1
|
|
Hi people: Which one is teh potential difference when you deploy a Web Service with one of those JAXB ,JAXM, JAX-RPC? And the other hand, wich is the best in any specific situation or bussiness case? I would like to know your opinnions.
|
 |
Richard Monson-Haefel
author
Ranch Hand
Joined: Oct 31, 2003
Posts: 92
|
|
JAXB is a binding API, it can be used in Web Services but not to send or receive message (AFAIK). JAXM and JAX-RPC do basically the same using different symantics. Personally, I wouild not invest any time in JAXM since it (a) overlaps with JAX-RPC (b) is whithering on the vine ... notice that its not a part of the J2EE Spec? The future of JAXM is doubtful, IMO.
|
-- <br />Richard Monson-Haefel<br /><a href="http://www.Monson-Haefel.com" target="_blank" rel="nofollow">http://www.Monson-Haefel.com</a>
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Richard, don't you see a need for doc/literal?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: JAXP,JAXB,JAXM and JAX-RPC???
|
|
|