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,
  • 相关阅读:
    子串周期查询问题的相关算法及其应用(原文为2019年国家集训队论文集)
    微软最有价值专家 Azure DevOps MVP(第六年)
    当一个程序员一天被打扰 10 次, 后果很惊人
    什么是CAP定理?
    Java中的锁原理、锁优化、CAS、AQS详解
    如何停止一个正在运行的线程?
    lammps总结(7.27-7.30)
    packmol建模
    Linux 命令 (1)
    ElementUI中的el-select中多选回显数据后没法重新选择和更改
  • 原文地址:https://www.cnblogs.com/cy163/p/1147612.html
Copyright © 2011-2022 走看看