基于J2EE框架的ATM自动取款查询系统的设计与实现.doc
文本预览下载声明
摘 要
目前随着信息技术的进步和银行业务信息化的迅速发展,银行的ATM取款机出现了一系列新的特点和要求。ATM取款机开始WEB化,个性化,以支持经济金融发展的新需求。由于ATM机集成的功能越来越复杂,安全性要求提升,这就要求改变传统的ATM操作系统设计模式,以适应当前ATM发展技术的要求。
本课题利用J2EE的系统体系结合Struts的MVC框架和Hibernate技术开发ATM自动取款查询操作体统,同时兼顾操作系统的国际化进行了项目实践。系统开发利用了Struts技术实现了页面的互访和业务逻辑,同时较好的利用了Hibernate框架实现系统与后台数据库的连接。用户端利用JSP和JS技术展现给用户一个简洁大方的界面。国际化采用中英文双语显示主要页面。
本文基于ATM自动取款查询操作系统的开发,分析了ATM机的发展趋势和具体需求,深入研究了J2EE框架,Struts技术和Hibernate技术,对ATM自动取款查询操作系统的设计与实现,详细介绍了开发的具体步骤细节。系统经过测试,基本达到了设计的要求。
关键词:ATM;J2EE;Struts
ABSTRACT
With the rapid advances in information technology and banking information , ATM (Auto Teller Machine) all over the world shows a series of new features and requirements. WEB ATM and personalized ATM appears to support the economic and financial development . As a result of more complex integrated functions and improved safety demands, which requires us to change the ATM to change the traditional mode of ATM operating system design, we develop new OS to meet the current requirements of ATM technology development. The subject is based on J2EE platform combined with the Struts MVC framework and Hibernate. While developing the ATM Operating System, Internationalization is also taken into account.The ATM Operating System uses Struts technology to achieve the JSP page visits and business logic and Hibernate framework for the connection of the system and the background databases.On the client, JSP with Java Script contribute to the development of simple and generous user interfaces. ???? The article is based on the development of ATM operating system. Analysis of the development trend of ATM machines and the specific needs and in-depth study of the J2EE framework, Struts and Hibernate technologies technology are made.
Key words: ATM; J2EE; Struts
目 录
目 录 6
第1章 绪论 7
1.1项目背景 7
1.1.1社会背景 7
1.1.2ATM机体系的发展趋势 8
1.2项目选题的意义和目的 9
第2章 项目所使用开发技术简介 9
2.1 Java EE 9
2.2 Apache Struts 9
2.2.1Struts的发展历史 10
2.2.2Struts的业务逻辑 10
图1.2 Struts结构图 12
2.2.3 Struts
显示全部