摘要:
首先,建立一个WebService: 启动Tomcat,然后运行,系统会输出:WebService was published success !,表示WebService已启动。 可以在浏览器中输入地址:http://localhost:8030/garfield.MyJ6WebService?w 阅读全文
摘要:
在mina的源码,整个框架最核心的几个包是 : IoService :Base interface for all IoAcceptors and IoConnectors that provide I/O service and manage IoSessions. 它是所有 IoAcceptor 阅读全文