随笔分类 -  Spring.net

摘要:今天又继续对Spring进行学习,其中一环便是利用Spring来解耦VS的WebService。先让大家看看VS创建的WebService项目。[WebService] public class HelloWorldService { [WebMethod] public string HelloWorld() { return "Hello World"; } } WebService项目利用[WebService][WebMethod]等Attribute来描述Web服务和它所提... 阅读全文
posted @ 2011-02-20 14:25 子夜. 阅读(1093) 评论(0) 推荐(0)