• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JAXM

 
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I'm reading the Allen' Study Guide and there is a reference to the Java API for XML Messaging (Chapter 6: Legacy Connectivity).
I can see this API in the Java 5 EE APIs (javax.xml.soap) here but it is not in the J2EE 5 Specs.
Is it already used ?
Was it replaced by JAX-WS or JAX-RPC or is it a base for those technologies ?

Thanks a lot,

Benoît
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think this API is replaced by SAAJ (SOAP with Attachments API for Java).
 
Benoît de Chateauvieux
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Franck,

You're right: JAXM was the first deliverable of the JSR067. It's now called SAAJ.
I found this in the introduction of the SAAJ 1.3 spec.

The SAAJ Specification, version 1.1 was a maintenance release of the Java™ API for
XML Messaging (JAXM) 1.0 specification. JAXM 1.0 was the final deliverable of
JSR067 Expert Group (EG). The proposed changes specified in the JSR067 changelog
and accepted on 15 April 2002, have been incorporated into this document.
The proposed changes specified in the second JSR067 changelog and accepted on 23
April 2003, have been incorporated into this document as SAAJ Specification,
version 1.2.
The proposed changes specified in the third JSR067 changelog have been
incorporated into this document as SAAJ Specification, version 1.3



Thanks for your help,

Benoît
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic