This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes JAXP,JAXB,JAXM and JAX-RPC??? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JAXP,JAXB,JAXM and JAX-RPC???" Watch "JAXP,JAXB,JAXM and JAX-RPC???" New topic
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
    
    5
Richard, don't you see a need for doc/literal?


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JAXP,JAXB,JAXM and JAX-RPC???
 
Similar Threads
Professional Java XML: What is it the reader target?
difference between JAXM and JAX-RPC
SUNOne
New to webservices
Web Services in Tomcat