作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (12): 112-113,116.

• 网络与通信 • 上一篇    下一篇

基于.NET 的异构系统短信息解决方案

叶进星 1,2,郑捷文1,2,林雪纲3,许榕生1,2   

  1. 1. 中科院高能物理研究所计算中心,北京100049;2. 中国科学院研究生院,北京100049;3. 浙江大学计算机学院,杭州310027
  • 出版日期:2006-06-20 发布日期:2006-06-20

Short Message Solution for Heterogeneous Systems Based on .NET Technology

YE Jinxing1,2, ZHENG Jiewen1,2, LIN Xuegang3, XU Rongsheng1,2   

  1. 1. Computing Center, Institute of High Energy Physics, CAS, Beijing 100049; 2. Graduate School of Chinese Academy of Sciences, Beijing 100049; 3. College of Computer Science, Zhejiang University, Hangzhou 310027
  • Online:2006-06-20 Published:2006-06-20

摘要: 利用.NET 开发平台,提出了一套异构系统集成短信息的方案。该方案包括用户注册、登录、公共调用接口、短信息发送、用户和短信息管理等5 个模块。针对短信息发送的特点,在公共调用接口部分提出了一种有别于HTTP GET、HTTP POST 协议和Web Service的思路,即利用URL 解析的方法传递待发短信息的各种参数。实践表明,该方案具有实现简洁、二次开发方便、安全高效等特点。

关键词: 短信;URL 解析;异构系统;ASP.NET

Abstract: A new short message solution for heterogeneous system based on .NET technology is introduced. The solution consists of user registration, user logging, common interface, and short message sending and user & short message management. Due to the characteristic of short message application, the interface design is different from those which adopt HTTP GET, HTTP POST protocol and web service. It transmits short message parameters by resolving URL. The design and technique are also proposed. Practices show that the solution can provide a very simple and secure interface for heterogeneous system. And it is easy to be implemented too.

Key words: Short message; URL resolve; Heterogeneous system; ASP.NET