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,
  • 相关阅读:
    超棒的监控工具 DataDog Splunk 日志易
    API 接口设计 原则
    程序员 架构师 成长 设计 原则
    OAM 继续演进:阿里云携手微软与 Crossplane 社区发布 OAM Kubernetes 标准实现与核心依赖库
    首席架构师 码农总结 互联网整体解决方案
    《不抱怨的世界2》 读后感
    适合开发者的最佳Linux发行版
    大数据 消息 日志
    CRM 线索来源 获客方式
    微服务开发过程中需要注意的若干事项_逍遥子曰
  • 原文地址:https://www.cnblogs.com/cy163/p/1147612.html
Copyright © 2011-2022 走看看