j2ee网络开发论文.doc

约43页DOC格式手机打开展开

j2ee网络开发论文,j2ee网络开发论文页数:43字数:15243 摘要在为中村企业开发的这个erp系统中,我们使用了j2ee规范,并且发挥了它四个层次的不同功能。我们使用uml语言为各阶段建立模型。在整个系统界面设计和开发过程中我用到了j2ee中的一些技术:servlet技术、javaserver page技术和javabean技术。同...
编号:10-76058大小:2.86M
分类: 论文>计算机论文

内容介绍

此文档由会员 usactu 发布

J2EE网络开发论文


页数:43 字数:15243


摘 要
在为中村企业开发的这个ERP系统中,我们使用了J2EE规范,并且发挥了它四个层次的不同功能。我们使用UML语言为各阶段建立模型。在整个系统界面设计和开发过程中我用到了J2EE中的一些技术:Servlet技术、JavaServer Page技术和JavaBean技术。同时也采用了一个当今非常流行的MVC结构来组合Serlet、JSP和JavaBean,发挥它们的不同作用。我在本系统中的工作是前台开发,即系统界面的开发。
关 键 字:
Servlet JSP JavaBean MVC
Abstract
In this ERP system developed for the inside village business enterprise, we used the J2EE specification, and developed the different function of its four level of structures. We use the UML language to establish the model for each stage. I used other techniques of J2EE such as Servlet technique, JavaServer Page technique and the JavaBean technique in designing and developing the whole interface of this system. Also adopted an popular MVC construction to combine Servlet, JSP and JavaBean, to develop their different function .My work in this system is developing front .It is to say to develop the interface of the system.Keywords
Servlet JSP JavaBean MVC

目录
目录 2
序 言 4
第1章 ERP与J2EE简介 5
1.1 ERP理论的使用背景与发展过程 5
1.2 J2EE简介 5
1.3 小结: 8
第2章 系统分析 9
2.1 需求分析 9
2.2 可行性分析 12
2.3 UML简介 13
2.4 小结 14
第3章 系统开发与实现 15
3.1 前台开发工具介绍 15
3.1.1 Servlet技术简介 15
3.1.2 JSP技术简介 16
3.1.3 JavaBean技术简介 17
3.1.4 MVC结构简介 17
3.2 数据库设计 18
3.3 系统界面设计 22
3.4 小结 25
第4章 小结与体会 26
致 谢: 27
参考文献 28