- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 web service 基本原理
<br />Web Services的基本原理<br />摘要:本文介绍了Web Services的起源和基本原理,分析了在企业应用中Web Services带来的冲击和变革,指出了Web Services的一些优缺点以及如何正确地应用Web Services. <br />无论是在计算机杂志还是在Internet上,目前最热门的话题莫过于“Web Services”。各个平台之间的锋争,各个新产品的发布,众多新标准的制订,大都和Web Services有关。<br />我的一些朋友是这样的一些人,他们总是
2010-08-30 16:45:00
403
SSH开发纪要整合解决四大问题(中文、jar包冲突、延时加载、模块化)文档
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
<data-sources />
<form-beans >
<form-bean name="addForm" type="com.lmf118.struts.form.AddForm" />
</form-beans>
<global-exceptions />
<global-forwards />
<action-mappings >
<action
attribute="addForm"
input="/add.jsp" --错误时跳转的页面
name="addForm" --Frombean的名字
path="/add" --路径
scope="request" --作用域
type="com.lmf118.struts.action.AddAction">
<forward name="result" path="/result.jsp" />
</action>
</action-mappings>
<message-resources parameter="com.lmf118.struts.ApplicationResources" />
</struts-config>
2010-05-19
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人