`
manjingtou
  • 浏览: 119228 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Web Services

阅读更多

web 服务是通过标准的web协议可以访问的一个应用程序组件。

它是一种可以接收从internet 或者internet 上的其他系统传递过来的请求的轻量级独立的通信技术。这种技术允许网络上的所有系统进行交互。

 

j2ee平台是围绕web服务来构架的,其中的技术和web服务相关的有JAX-RCP 、Web Service、SAAJ 、JAXR 、EJB 、JAC 等,其中Web Services for J2EE 是WEB服务总框架,JAX-RCP是J2EE的WEB服务的核心技术,SAAJ为处理带附件的SOAP消息提供了JAVA编程API.

 

在J2EE平台中,要开发WEB服务可以使用两种技术,一种基于XML远程调用的技术-JAX-RCP,另外一个基于XML的消息发送技术-JAXM.

 

这里主要针对JAX-RCP 详细说一下。

 

JAX-RCP( JAVA API FOR XMLBASED RCP) 是一种远程方法调用(或者说远程过程调用),那么它和其他远程方法调用(RPC,COM,CORBA RMI)有什么区别呢

 

综合比较长远的远程方法调用技术,他们有以下共性。

 

1,在客户端和服务端有通用的编程接口。

 

2,在客户端STUB,在服务端有SKELETON.

 

3,客户端和服务端有专门的协议进行数据传输。

 

对于通用接口的描述,比如CORBA 有IDL OF CORBA ,JAVA RMI 有JAVA RMI INTERFACE IN RMI ,对于基于XML的RPC 来说,IDL 就是WSDL。那么对于XML-RPC来说,这个结构中“传输协议”当然是SAOP,SOAP消息是将以传输文本为基础的协议(HTTP,SMTP FTP)作为载体来使用的。也就是说,SOAP消息的传输建立在HTTP SMTP FTP之上。

 

 JAX-RCP的客户端调用方法:

 

1,基于STUB

2,动态代理

3,动态调用

 

 

 

分享到:
评论

相关推荐

    java webservices.jar

    在java开发services中,会用到: 1.webservices-api.jar 2.webservices-extra.jar 3.webservices-rt.jar 4.webservices-tools.jar 5.webservices-extra-api.jar 此压缩文件里就是这五个jar文件。

    Web Services 教程Web Services 教程

    Web Services 教程Web Services 教程Web Services 教程Web Services 教程

    WEB SERVICES原理与研发实践

    WEB SERVICES原理与研发实践

    Exchange Web Services 2.2

    Exchange Web Services 2.2

    Web Services技术、架构和应用

    本书的内容涵盖了Web Services的各种关键技术、Web Services的整体体系架构和应用体系架构,以及Web Services应用的设计和开发。本书以Web Services技术系列为主线,逐一详细分析解释包括Web Services的各种核心技术...

    RESTful WebServices中文版 完整清晰版

    ·包含RESTful Web services的真实案例,如Amazon的简单存储服务与Atom发布协议等 ·探讨各种流行编程语言的Web services客户端 ·展示如何用三种流行框架实现RESTful services —— Ruby on Rails、Restlet(基于...

    RESTful Java Web Services (2009).pdf

    RESTful Java Web Services (2009).pdf This book is for developers who want to code RESTful web services using the Java technology stack together with any of the frameworks Jersey's JAX-RS, Restlet's ...

    Flask Building Python Web Services epub

    Flask Building Python Web Services 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除

    RESTful Web Services 中文版 高清 PDF 电子书

    RESTful Web Services 中文版 高清 PDF 电子书

    Web Services with Java epub

    Web Services with Java 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除

    基于php的webservices的研究与应用.pdf

    web services 是 基 于XML、SOAP、WSDL、UDDI等 标 准 协 议 之 上 的 实 现 异 构 系 统 互 访 的 一 种 通 用 解 决 方 案。本 文 正 是 基 于 此 探 讨 了web services的 体 系 架 构 和 通 信 协 议 栈。最 后 ...

    RESTful Java Web Services

    RESTful Java Web Services, Master core REST concepts and create RESTful web services in Java, Jose Sandoval, Copyright 2009 Packt Publishing

    应用JavaAPI开发WebServices

    这是一本全面介绍使用JSWDP来开发Web服务的实用参考书。Java Web服务开发人员包(Java Web Services Developer Pack ,JWSDP)是一个工具和库的集合,设计这些工具和库使得用Java开发Web服务尽可能地简单。

    Amazon Web Services in Action(Manning,2015)

    Amazon Web Services in Action introduces you to computing, storing, and networking in the AWS cloud. You'll start with a broad overview of AWS and learn how to spin-up servers manually and from the ...

    manning amazon web services in action 2nd edition

    Amazon Web Services in Action, Second Edition is a comprehensive introduction to computing, storing, and networking in the AWS cloud. Readers will find clear, relevant coverage of all the essential ...

    Web Services平台架构

    Web Services平台架构,java平台上开发web services

    Web Services资料大全

    Web Services资料大全,Web Services Axis CFX Soap 等资料。。。

    webservices示例代码

    webservices的简单示例,webservices钟的配置

    webservices相关jar包.rar

    webservices-api webservices-extra webservices-extra-api webservices-rt webservices-tools

    Building RESTful Web Services with Go

    Building RESTful Web Services with Go:Initially, SOAP-based web services became more popular with XML. Then, since 2012,REST picked up the pace and gulped SOAP in whole. The rise of a new generation ...

Global site tag (gtag.js) - Google Analytics