上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 107 下一页

2008年4月11日

WebService学习笔记

摘要: 对于跨系统的数据交换非常有优势 注意:WebService是一个协议,相当于http协议。 Axis 客户端编程,相当于IE编程。 Axis 服务器编程,相当Web应用服务器编程。 ... 阅读全文

posted @ 2008-04-11 01:07 cy163 阅读(17752) 评论(1) 推荐(0) 编辑

JWSDP or Apache Axis

摘要: http://www.ericsson.com/mobilityworld/sub/open/technologies/open_development_tips/docs/jwsdp' ' Thursday, April 7, 2005 Here is a quick and easy step guide for creating a Web Service (WS) stub and ... 阅读全文

posted @ 2008-04-11 00:07 cy163 阅读(344) 评论(0) 推荐(0) 编辑

JWSDP(JAX-RPC,SAAJ) and Apache Axis

摘要: JWSDP(JAX-RPC,SAAJ) and Apache Axis 2003-12-11 ??7:05 ... 阅读全文

posted @ 2008-04-11 00:05 cy163 阅读(698) 评论(0) 推荐(0) 编辑

2008年4月7日

Linux 上的高可用中间件,第 3 部分: IBM LoadLeveler

摘要: 文档选项 ... 阅读全文

posted @ 2008-04-07 11:23 cy163 阅读(1189) 评论(0) 推荐(0) 编辑

2008年4月4日

如何在RedHat Linux上实现集群负载均衡

摘要: 1.前言 先来简单说说负载均衡集群, 它是在应用服务器高负载的情况下,由多台节点提供可伸缩的,高负载的服务器组以保证对外提供良好的服务响应;而LVS就是实现这一功能的技术,它通过使内核支持ipvs来实现LVS/Direct Routing (DR)、LVS/IP Tunnel、LVS/NAT的功能。由于本文的着眼点在于如何利用LVS构建一个负载均衡集群,所以关于负载均衡集群、LVS的详细内容... 阅读全文

posted @ 2008-04-04 19:47 cy163 阅读(1111) 评论(0) 推荐(0) 编辑

Linux下基于DNS的多机均衡负载的实现

摘要: 前二天为一个客户添加了一台服务器。共同承担一个论坛的运作。但是。要实现负载均衡。的确是件难事。 之前有试过几个方法, 一、DNS轮值。。优点:简单实现。缺点:无法检测各个服务器的负荷。难控制访客的访问地址(一般DNS服务器都有缓存,所以。效果不明显) 二、前台程序。。使用了一个类似Zeus Load Balancer的服务程序。在前台接受访问请求。再分流到各个实际的服务器。 但以上二个... 阅读全文

posted @ 2008-04-04 18:47 cy163 阅读(1206) 评论(0) 推荐(0) 编辑

2008年3月9日

Linux下使用Axis C++构建Web服务(安装篇)

摘要: 本文将引导你在Linux操作系统下利用Axis C++来构建Web服务,同时将介绍如何开发和部署可在Axis C++下使用的Web服务。 众所周知,Axis是一个非常出名的Web服务框架软件,它有Java和C++两个版本。关于Java版我已经写了两篇文章来介绍它,分别是《应用AXIS开始Web Service之旅》以及《AXIS实现Web 服务之深入篇》,这两篇文章的地址请参照本文末尾的资料参考部... 阅读全文

posted @ 2008-03-09 11:23 cy163 阅读(2651) 评论(0) 推荐(0) 编辑

Creating Web Services using Apache

摘要: Most people think of web services, and more specifically SOAP, as being either Java- or .NET-centric. Although these two technologies are the most commonly used, they are by no means the only ones in ... 阅读全文

posted @ 2008-03-09 11:13 cy163 阅读(438) 评论(0) 推荐(0) 编辑

用axis开发webservice实践

摘要: 什么是SOAP? SOAP是一个基于XML的用于应用程序之间通信数据编码的传输协议。最初由微软和Userland Software提出,随着不断地完善和改进,SOAP很快被业界广泛应用。 什么是Axis? Axis本质上就是一个SOAP引擎,提供创建服务器端、客户端和网关SOAP操作的基本框架。Axis目前版本是为Java编写的,不过为C++的版本正在开发中。 配置webservice具体步骤: ... 阅读全文

posted @ 2008-03-09 11:05 cy163 阅读(729) 评论(0) 推荐(0) 编辑

2008年2月21日

开源代码 从 PDF 到 Text (PDF text extractor)

摘要: Xpdf is an open source viewer for Portable Document Format (PDF) files. (These are also sometimes also called 'Acrobat' files, from the name of Adobe's PDF software.) The Xpdf project also includes a ... 阅读全文

posted @ 2008-02-21 06:50 cy163 阅读(815) 评论(1) 推荐(0) 编辑

上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 107 下一页

导航