文档介绍:第 24 卷第 12 期
2007 年 12 月
计算机应用研究
Application Research puters
Vol. 24 No. 12
Dec . 2007
基于 J2ME 技术的短信智能回复系统的设计与实现*
沈
冰, 陈向东, 黄馨竹
( 西南交通大学信息科学与技术学院, 成都 610031 )
摘
要: 首先介绍了 J2ME 体系结构, 探讨了短信智能回复系统的功能设计和关键技术, 系统整体上参照 MVC
模式设计, 使用了 J2ME 高级界面 API、多线程、永久记录存储、短消息分组等多项技术实现; 最后给出了系统实
例仿真, 并对该系统的应用进行了总结。
关键词: J2ME; 多线程; 永久记录存储; 智能回复
中图分类号: TP311
文献标志码: A
文章编号: 1001 - 3695( 2007) 12- 0263- 03
Design and implementation of intelligent response system of
short message based on J2ME technology
SHEN Bing, CHEN Xiang-dong, HUANG Xin-zhu
( School of Information Science & Technology, Southwest Jiaotong University, Chengdu 610031, China)
Abstract: Firstly, the architecture of J2ME was introduced. Secondly, the functional design of system and some key techno-
logies were provided for resolving the problems, including high interface API, multithread, record manage system( RMS) ,
short message grouping etc. The system design referred to the MVC pattern. Thirdly, the example simulation of system was re-
presented. Finally, a conclusion was drawn for applying this system.
Key words: J2ME; multithread; RMS; intelligent response
由于短信业务具有快捷方便及良好的交互性等特点, 仍在
快速发展, 业内人士甚至把它喻为是继报纸、广播、电视及互联
消息, 在手机收到短信时, 能根据不同人发的信息实现相应信
息的自动回复。
网之后的“第五媒体”。为了解决当用户处在不方便使用手机
2. 1
设计思想
的情况下实现短信的智能回复这一问题, 本文在 J2ME 的技术
下, 参照 MVC 模式, 使用 J2ME 高级界面 API、多线程、永久记
录存储( RMS) 和短消息分组等多项技术