-
Java Web services: JAXB and JAX-WS in Axis2 (10 messages)
- Posted by: Frank Charles
- Posted on: September 21 2009 06:55 EDT
Apache Axis2 supports a range of data-binding technologies, including the official Java standard, JAXB 2.x. Axis2 also supports the Java standard for Web service configuration, JAX-WS 2.x, as an alternative to its own custom configuration technique. This article demonstrates how you can use JAXB 2.x and JAX-WS 2.x with Axis2 and discusses some of the limitations of Axis2's current support for them.Threaded Messages (10)
- Re: Java Web services: JAXB and JAX-WS in Axis2 by shawn spencer on September 22 2009 01:46 EDT
- Re: Java Web services: JAXB and JAX-WS in Axis2 by Faro G on September 22 2009 05:12 EDT
-
Why Axis2 by Paul Fremantle on September 22 2009 06:07 EDT
-
Re: Why Axis2 by George Jiang on September 22 2009 07:07 EDT
- Re: Why Axis2 by Andreas Veithen on September 29 2009 04:34 EDT
- Re: Why Axis2 by shawn spencer on September 23 2009 01:29 EDT
- Re: Why Axis2 by shawn spencer on September 23 2009 01:30 EDT
- Re: Why Axis2 - security? by null on October 06 2009 06:17 EDT
-
Re: Why Axis2 by George Jiang on September 22 2009 07:07 EDT
-
Why Axis2 by Paul Fremantle on September 22 2009 06:07 EDT
- Re: Java Web services: JAXB and JAX-WS in Axis2 by Faro G on September 22 2009 05:12 EDT
- 2 by matt coleman on January 04 2013 06:35 EST
-
Re: Java Web services: JAXB and JAX-WS in Axis2[ Go to top ]
- Posted by: shawn spencer
- Posted on: September 22 2009 01:46 EDT
- in response to Frank Charles
isnt jaxb and jax-ws enough on its own ? why would i mix axis in this ? -
Re: Java Web services: JAXB and JAX-WS in Axis2[ Go to top ]
- Posted by: Faro G
- Posted on: September 22 2009 05:12 EDT
- in response to shawn spencer
I too do not understand why should someone use Axis2 when JAX-WS2 etc are available in standard implementation. Can someone explain this. -
Why Axis2[ Go to top ]
- Posted by: Paul Fremantle
- Posted on: September 22 2009 06:07 EDT
- in response to Faro G
The point about standard specifications is that they are specifications. JAXWS is just a spec. There is a "Reference Implementation" but there are other implementations. CXF and Axis2 both offer JAXWS compliance, but they also offer a lot more. For example Axis2 provides support for WS-Trust, SecureConversation, WSRM1.1, and many advanced standards. It also has great interoperability and great performance. Paul Fremantle -
Re: Why Axis2[ Go to top ]
- Posted by: George Jiang
- Posted on: September 22 2009 07:07 EDT
- in response to Paul Fremantle
JAXWS is just a spec. There is a "Reference Implementation"
Reference implementation? JAX-WS is implmented by every JEE5 compliant server. -
Re: Why Axis2[ Go to top ]
- Posted by: Andreas Veithen
- Posted on: September 29 2009 16:34 EDT
- in response to George Jiang
Yes, for example, WebSphere 7 uses (a customized version of) Axis2 as its JAX-WS implementation. -
Re: Why Axis2[ Go to top ]
- Posted by: shawn spencer
- Posted on: September 23 2009 13:29 EDT
- in response to Paul Fremantle
The point about standard specifications is that they are specifications. JAXWS is just a spec. There is a "Reference Implementation" but there are other implementations. CXF and Axis2 both offer JAXWS compliance, but they also offer a lot more.
Performance has always been a problem with Axis.. where are you getting your stats from ???
For example Axis2 provides support for WS-Trust, SecureConversation, WSRM1.1, and many advanced standards. It also has great interoperability and great performance.
Paul Fremantle -
Re: Why Axis2[ Go to top ]
- Posted by: shawn spencer
- Posted on: September 23 2009 13:30 EDT
- in response to Paul Fremantle
The point about standard specifications is that they are specifications. JAXWS is just a spec. There is a "Reference Implementation" but there are other implementations. CXF and Axis2 both offer JAXWS compliance, but they also offer a lot more.
as far as possible i would stick to standard JAXWS.
For example Axis2 provides support for WS-Trust, SecureConversation, WSRM1.1, and many advanced standards. It also has great interoperability and great performance.
Paul Fremantle -
Re: Why Axis2 - security?[ Go to top ]
- Posted by: null
- Posted on: October 06 2009 18:17 EDT
- in response to Paul Fremantle
Axis2's JAX-WS implementation doesn't appear to provide ws-security support. Also, Axis2's JAX-WS implementation does not appear to have Spring support. Do you care to comment on these limitations? -
2[ Go to top ]
- Posted by: matt coleman
- Posted on: January 04 2013 06:35 EST
- in response to Frank Charles
-
different[ Go to top ]
- Posted by: l esca
- Posted on: January 04 2013 06:47 EST
- in response to matt coleman
indeed they are different...im still getting to know them