<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Insert title here</title><script type="text/javascript">/*People Class*/var People=function(height,weight){ this.height=height; this.weight=weight;};People.prototype.sa ...
2008-06-06

Webservice 的设计和模式

关键字: 本文是篇译文(原文在devx)
          Webservice 作为一项新的技术出现在我们面前,它的出世是用于解决在不同的平台下的应用的协同的。目前几乎每家厂商都要去开发Webservice 应用,然而如果缺乏对Webservice更深的了解,不能很好的在设计阶段处理好一些重要的问题,那么最终完成的系统必然是效率低下,没有可靠性的产品。   在设计Webservice 应用时,以下几点务必要考虑到: l         管理好与外系统的协 ...
<beans>    <description>       Spring Bean Configuration Sample  </description>   <bean    id="TheAction"     class="net.xiaxin.spring.qs.UpperAction"    singleton="true"     init ...
  • 09:49
  • 浏览 (61)
  • 评论 (0)