8. Web Server
文章平均质量分 62
uniquepine
这个作者很懒,什么都没留下…
展开
-
与Java Web Service相关的若干概念(JAX-WS,JAX-RS)
Web Service是一种能够使应用程序在不同的平台使用不同的编程语言进行通讯的技术规范,而这种技术规范的实现可以用不同的方法,比如使用基于XML形式的协议(SOAP)进行通讯或者是RESTFUL形式的。 既然我们知道可以使用上面的两种形式进行通讯,那么我们就需要对上面的两种形式进行描述,规范化。而这些规范化的工作sun已经帮我们完成了,也就是 JAX-WS,JAX-RS这两种规范。转载 2014-01-02 16:22:25 · 1058 阅读 · 0 评论 -
web service 小结。
What is SOAP? SOAP is an XML-based communication protocol and encoding format for inter-application communication. What is Axis? Axis is essentially a SOAP engine -- a framework for co原创 2014-01-02 14:56:34 · 776 阅读 · 0 评论 -
Axis Architecture
Introduction This guide records some of the rationale of the architecture and design of Axis. Architectural Overview Axis consists of several subsystems working together, as we shall see late转载 2014-01-02 14:58:12 · 803 阅读 · 0 评论 -
web service useful link
http://axis.apache.org/axis/java/index.html原创 2013-12-06 18:17:49 · 656 阅读 · 0 评论