| Author |
Apache Axis versus JAX-RPC
|
Pete Tibbster
Greenhorn
Joined: Aug 29, 2004
Posts: 11
|
|
I've been looking into implementing a web service client using Apache Axis 1.1. However from what I see this is pretty much based on the JAX-RPC libraries. Its unclear to me what the incentive would be to use something like Apache Axis rather that the Sun JAX-RPC libraries. Can someone help explain?
|
 |
Lin Feng
Ranch Hand
Joined: Dec 11, 2002
Posts: 142
|
|
Axis is a framework to help you to develop Web Services. It includes a JAX-RPC implementation. Except that it has a lot of other stuffs. The SUN JAX-RPC library is another implementation. Apache has beening working on Web Services for a long time. A lot of developers have used the Axis or its ancestors to develop their web services. Sun added the JAX-RPC into J2EE1.4 Most of the servers are J2EE1.3 compatible. There is no SUN JAX-RPC available.
|
 |
 |
|
|
subject: Apache Axis versus JAX-RPC
|
|
|