zoukankan      html  css  js  c++  java
  • JWSDP(JAXRPC,SAAJ) and Apache Axis

    http://forum.java.sun.com/thread.jspa?threadID=473734&messageID=2194853
    JWSDP(JAX-RPC,SAAJ) and Apache Axis   
    2003-12-11 ??7:05

    Click to email this message

     
    Hi,
    what is the relation between JWSDP(JAX-RPC,SAAJ) and Apache Axis?Is it compulsory to have the Apache Axis on Tomcat to implement the JAX-RPC or SAAJ?
    In order to implement any JWSDP technology do we need to have
    JAVA(14.x)+ JWSDP1.3 + Tomcat
    or
    JAVA(14.x)+ JWSDP1.3 + Tomcat+Apache Axis

    what is the effect using and without using the Axis implementing the JAX-RPC or SAAJ?
    If i use Axis does it make my work bit easier rather implementing JAX-RPC or SAAJ using only JWSDP packages.
    Can anyone explain me..,

    thanks in advance

    Regards
    Rao.,

     
    pradeep_sai
    Posts:7
    Registered: 12/10/03
    Re: JWSDP(JAX-RPC,SAAJ) and Apache Axis   
    2003-12-11 ??9:44 (reply 1 of 2)

    Click to email this message

     
    Java 1.4.x + JWSDP + Tomcat would be enough to implement JAX-RPC
     
    MikeWoinoski
    Posts:21
    Registered: 10/6/03
    Re: JWSDP(JAX-RPC,SAAJ) and Apache Axis   
    2003-12-11 ??3:23 (reply 2 of 2)

    Click to email this message

     
    JWSDP and Apache Axis are two independent web service libraries, developed by two different developement organizations, Sun and the Apache Group.

    Axis implements the JAX-RPC and SAAJ specifications. Axis does not include an application server, so you need to install Tomcat, WebSphere, etc., to deploy web services with Axis.

    JWSDP implements the JAX-RPC and SAAJ specs, all also includes several other web service specs and tools, including JAXR, a UDDI server, a UDDI browser, etc. The JWSDP installation includes Tomcat, so you don't need to install anything else to deploy web services.

    If you write web services using JAX-RPC and SAAJ, they should work with either JWSDP or Axis. Axis is open-source and the axis-user mailing is very active, so you may have an easier time getting questions answered. Also, many commericial web service implementations (WebSphere, WebLogic) are based on Axis. However, JWSDP is ahead of Axis as far as implementing the latest specs.

    Hope this helps,
  • 相关阅读:
    工科物理实验()中国大学MOOC答案(已更新)
    类似jar文件使用java无法打开问题
    python9、10章
    nmap的理解与利用(初级)
    常见端口
    配置优化
    删除表操作
    万能的map
    测试
    Mapper.xml
  • 原文地址:https://www.cnblogs.com/cy163/p/1147612.html
Copyright © 2011-2022 走看看