摘要:
1、pojo表单 在struts2下,可以使用任何一个pojo来接收表单输入,同样的是可以将pojo视为一个actiom类(因为会在action中定义private String result,来接受数据,并且传到前端)。 2、struts2 架构 是一个MVC拉动的框架,通过5个核心部分进行实现的 阅读全文
摘要:
解释下面代码: <wsdl:service name="WeatherWS"> <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><a href="http://www.webxml.com.cn/" targe 阅读全文
摘要:
参考链接http://blog.csdn.net/u010739551/article/details/46739433 阅读全文