Apache AXIS 1.0 final was released today. Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C. AXIS has surpassed Apache SOAP in function, performance, and interoperability and, in particular, has passed Sun's JAX-RPC and SAAJ compliance tests.
Check out Apache AXIS 1.0.
Also recently released is the book AXIS: The next generation of Java SOAP.
Check out the article JMS Work Brings Asynchronous Features to Apache SOAP onidevnews.com.
-
Apache AXIS 1.0 Released (10 messages)
- Posted by: Mattias Abrahamsson
- Posted on: October 08 2002 13:48 EDT
Threaded Messages (10)
- SOAP, XML-RPC by Sean Sullivan on October 08 2002 21:39 EDT
- Apache AXIS 1.0 Released by Yunfeng Hou on October 08 2002 22:18 EDT
- Apache AXIS 1.0 Released by Laurent Rieu on October 09 2002 10:29 EDT
- Apache AXIS 1.0 Released by Richard Katz on October 09 2002 12:53 EDT
- Apache AXIS 1.0 Released by Stefan Tilkov on October 10 2002 08:20 EDT
-
Apache AXIS 1.0 Released by Harris Reynods on October 10 2002 03:39 EDT
-
WASP vs. GLUE by Stefan Tilkov on October 11 2002 11:53 EDT
-
WASP vs. GLUE by Kelly Graves on October 11 2002 01:22 EDT
- WASP vs. GLUE by Stefan Tilkov on October 14 2002 06:11 EDT
-
WASP vs. GLUE by Kelly Graves on October 11 2002 01:22 EDT
-
WASP vs. GLUE by Stefan Tilkov on October 11 2002 11:53 EDT
-
Apache AXIS 1.0 Released by Harris Reynods on October 10 2002 03:39 EDT
- Apache AXIS 1.0 Released by Stefan Tilkov on October 10 2002 08:20 EDT
- Apache AXIS 1.0 Released by Edris Hassani Nasab on October 10 2002 15:52 EDT
-
SOAP, XML-RPC[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: October 08 2002 21:39 EDT
- in response to Mattias Abrahamsson
-
Apache AXIS 1.0 Released[ Go to top ]
- Posted by: Yunfeng Hou
- Posted on: October 08 2002 22:18 EDT
- in response to Mattias Abrahamsson
Do you have any performance data for axis, Glue has a test which tells that axis does not perform well as glue or .net
I haven't tried axis, but apache soap 2.0 is very slow. -
Apache AXIS 1.0 Released[ Go to top ]
- Posted by: Laurent Rieu
- Posted on: October 09 2002 10:29 EDT
- in response to Yunfeng Hou
Axis 1.0 is certainly faster than Apache Soap 2.0, but you can probably make it faster by using a "small but damn fast" XML parser that can handle XML marshalling / unmarshalling of small Java objects.
I have read Piccolo parser (SAX parser only) is REALLY faster than Xerces or Crimson :
Piccolo SAX parser
SAX Parser Benchmark
You can also try the new XML Pull Parser such as XPP :
XML Pull Parser
XPP Pull Parser
There is a SAX2 Driver available to wrap the Pull Parser API and provide a SAX2 compliant one.
Laurent -
Apache AXIS 1.0 Released[ Go to top ]
- Posted by: Richard Katz
- Posted on: October 09 2002 12:53 EDT
- in response to Mattias Abrahamsson
See also Axis of the futureImportantly, Axis provides features that will help Web services and the Web service community as a whole including DIME and reliable asynchronous messaging.(There is an announcement from Sonic on the page). -
Apache AXIS 1.0 Released[ Go to top ]
- Posted by: Stefan Tilkov
- Posted on: October 10 2002 08:20 EDT
- in response to Richard Katz
At least the beta versions did not perform that great. For a *really* fast, production-ready SOAP stack, take a look at WASP from Systinet (http://www.systinet.com).
Stefan Tilkov
(My company is a Systinet Solution Partner, so I'm biased.) -
Apache AXIS 1.0 Released[ Go to top ]
- Posted by: Harris Reynods
- Posted on: October 10 2002 15:39 EDT
- in response to Stefan Tilkov
Hate to rain on your parade, but I believe TME's GLUE (http://www.themindelectric.com/glue/index.html) is faster than Systinet's WASP.
Although it isn't as fast, props to the Axis team for delivering an open source web services stack!!
harris -
WASP vs. GLUE[ Go to top ]
- Posted by: Stefan Tilkov
- Posted on: October 11 2002 11:53 EDT
- in response to Harris Reynods
Im my experience, WASP is faster than GLUE, but of course there's no point in arguing this ... does anybody know of independent numbers, benchmarks and the like - kind of ECPerf (whatever that'll be worth) for SOAP stacks?
Stefan Tilkov -
WASP vs. GLUE[ Go to top ]
- Posted by: Kelly Graves
- Posted on: October 11 2002 13:22 EDT
- in response to Stefan Tilkov
write your own! -
WASP vs. GLUE[ Go to top ]
- Posted by: Stefan Tilkov
- Posted on: October 14 2002 06:11 EDT
- in response to Kelly Graves
I could, but they would not be independent ;-) -
Apache AXIS 1.0 Released[ Go to top ]
- Posted by: Edris Hassani Nasab
- Posted on: October 10 2002 15:52 EDT
- in response to Mattias Abrahamsson