Boto - 访问Amazon Web Services的Python接口 经验

Boto 是一个 Python 包,提供了访问 Amazon Web 服务的接口,目前支持: Simple Storage Service (S3) SimpleQueue Service (SQS)

openkk 2012-08-13   25115   0

Spring Web Services 经验

Spring Web Services 是基于 Spring 框架的 Web 服务框架,主要侧重于基于文档驱动的Web服务,提供 SOAP 服务开发,允许通过多种方式创建 Web 服务。 主要特性: Makes

jopen 2013-03-04   18478   0

Spring Web Services 开源项目

Spring Web Services 是基于 Spring 框架的 Web 服务框架,主要侧重于基于文档驱动的Web服务,提供 SOAP 服务开发,允许通过多种方式创建 Web 服务。 收录时间:2010-12-25

码头工人 2019-01-17   1179   0
P

Understanding SOA with Web Services 文档

The definitive guide to using Service-Oriented Architecture (SOA) and Web services technologies to simplify IT infrastructure and improve business agility. Renowned experts Eric Newcomer and Greg Lomow offer practical strategies and proven best practices for every facet of SOA planning and implementation. Newcomer and Lomow pick up where Newcomer's widely read Understanding Web Servicesleft off, showing how to fully leverage today's latest Web services standards for metadata management, security, reliable messaging, transactions, and orchestration.

lee_mao 2014-07-20   1997   0

Manual:RESTful Web Services (Chinese) 博客

REST与RESTful Web Services 表述性状态传送( REST )是一种架构上的风格。此术语由 Roy Fielding (联合制定 HTTP标准联合作者之一)所创造。在 他的博士论文的第五章中

netloser 2011-01-26   5811   0

Android中调用Web Services 经验

Android中调用Web Services有很多方法,我们现在使用的是ksoap,它是SOAP web services的客户端包,ksoap现在版本为2.0.它的一个主要优点就是对dotNET兼容性比较不错。

jopen 2011-12-23   22871   0

Gomba - Java RESTful web services 经验

servlets集合,它能够帮助开发者快速构建RESTful Web services。Gomba在内部使用JDBC API同时是关系型数据库与Web之间的一个接口。Gomba可作为一个动态Web站点的中间层甚至可以作为一个数据库的报表工具。它的特点:使用

jopen 2013-03-04   17089   0
P66

  基于Web Services的统一权限系统 文档

基于Web Services的统一权限系统 目录 目录 摘要 4 ABSTRACT 5 第1章 引言 6 1.1. 权限系统在信息系统中的地位 6 1.2. 研究背景 6 1.3. 本论文的工作内容

platformer 2012-04-28   4294   0

基于 Spring 设计并实现 RESTful Web Services 经验

从和 Amazon Web Services 的整合,到聚合多个数据源,RESTful网络服务遵从了 Roy Fielding的架构风格 的指导方针,提供了简单、高效的web APIs,支持的API用户数量从少量到百万级别。

jopen 2013-10-29   25283   0

Spring Web Services 2.2.1 发布 资讯

Spring Web Services(Spring WS)是基于 Spring 框架的 Web 服务框架,主要侧重于基于文档驱动的Web服务,提供 SOAP 服务开发,允许通过多种方式创建 Web 服务。

wdfd 2015-03-27   5702   0

Yahoo! Search Web Services Java SDK 开源项目

一个能与Yahoo! Search Web Services进行通信的Java开发包.

码头工人 2019-01-17   7514   0

Spring Web Services 2.2.3发布 资讯

Spring Web Services 2.2.3发布,下载地址: v2.2.3.RELEASE Spring Web Services(Spring WS)是基于 Spring 框架的 Web 服务框

jopen 2015-11-02   5560   0
P2

  接口测试方法(web 文档

6 接口测试 在很多情况下,web 站点不是孤立。Web 站点可能会与外部服务器通讯,请求数据、验证数据或提交订单。 6.1服务器接口 第一个需要测试的接口是浏览器与服务器的接口。测试人员提交事务,

zrwang0909 2014-06-24   561   0

Django的Web服务接口:Tastypie 经验

Tastypie 是为 Django 框架提供的 Web 服务 API,提供了常规的、强大以及高可定制的、抽象的创建 RESTful 风格接口的工具。 特性: Full GET/POST/PUT/DELETE/PATCH

jopen 2013-03-04   27565   0
P31

  Web Services发布与调用(Axis,XFire) 文档

使用Axis和XFire发布Web Service 2 1.1 准备工作 2 1.1.1 新建工程 2 1.1.2 axis依赖文件 3 1.1.3 XFire依赖文件 3 1.2 Axis发布Web Service

yjbssqzw 2011-11-28   387   0
P

JSP and XML Integrating XML and Web Services in Your JSP Application 文档

The first Internet revolution was all about delivering information to people. We are now in the second revolution, which focuses on delivering information to systems. XML is the tool that makes this new revolution a reality, and Web services are the methods by which businesses will drive system-to-system communication. JSP(TM) and XML takes you beyond the basics, giving you practical advice and in-depth coverage. In the book, you'll learn the technologies and techniques needed to create your own Web services for use in JSP applications. Written by programmers for programmers, the book will help you successfully utilize these exciting technologies with minimal hassle and maximum speed.

silentboy 2015-02-21   1376   0

node.js使用restify开发REST web services 经验

"hello mark" OK,我们创建了一个8080端口的rest服务,包括 /hello/:name 接口. 更多内容可以访问 API DOCUMENTATION Mysql服务 安装mysql npm

BeaLoftin 2016-02-22   25947   0
P

JSP and XML Integrating XML and Web Services in Your JSP Application 文档

The first Internet revolution was all about delivering information to people. We are now in the second revolution, which focuses on delivering information to systems. XML is the tool that makes this new revolution a reality, and Web services are the methods by which businesses will drive system-to-system communication. JSP(TM) and XML takes you beyond the basics, giving you practical advice and in-depth coverage. In the book, you'll learn the technologies and techniques needed to create your own Web services for use in JSP applications. Written by programmers for programmers, the book will help you successfully utilize these exciting technologies with minimal hassle and maximum speed.

silentboy 2015-02-21   1764   0
JSP   Java开发   XML  
P31

  Web Services发布与调用(Axis,XFire) 文档

使用Axis和XFire发布Web Service 2 1.1 准备工作 2 1.1.1 新建工程 2 1.1.2 axis依赖文件 3 1.1.3 XFire依赖文件 3 1.2 Axis发布Web Service

sweetbaybe 2011-06-15   759   0
P24

  C# Web Service接口开发 文档

Microsoft .NET体系结构中非常强调Web Service,构建Web Service接口对.NET Framework开发工具有很大的吸引力,因此很多讲建立Web Service机制的文章都是使用.NET

sunaichao 2012-06-18   22709   0
1 2 3 4 5 6 7 8 9 10