摘要
在分析人事档案功能模块的基础上,采用面向方面编程(AOP)技术将日志从功能模块中分离出来,并将日志作为一个独立的模块。该模块使用方面类Aspect Log中的通知实现日志记录在业务操作后,写入到数据库的日志表中,并采用DAO模式实现日志的显示和维护。实际系统运行结果表明,本文提出的基于AOP技术解决日志模块的设计思想具有可行性,并具有一定的理论价值和应用价值。
Based on the analysis of the function module in personnel file system, the Aspect-oriented Programming (AOP) tech- nology is used to separate the logging module from function module as an independent module. It used advice notice in AspectLog to write log in the database log table and used the DAO pattern to achieve the display and maintenance of log records. The actual running results show that the AOP technology is feasible in solving the design of logging module, and has certain theoretical value and application value.
出处
《计算机与现代化》
2016年第9期83-86,共4页
Computer and Modernization
基金
河南省自然科学基金研究资助项目(142300410288
132400411178)
关键词
面向方面编程
人事档案系统
日志模块
非功能属性
aspect-oriented programming
personnel file system
logging module
non-functional attributes