基于j2ee規(guī)范的網(wǎng)絡(luò)開發(fā).rar
基于j2ee規(guī)范的網(wǎng)絡(luò)開發(fā),基于j2ee規(guī)范的網(wǎng)絡(luò)開發(fā)1.5萬字 43頁摘 要在為中村企業(yè)開發(fā)的這個erp系統(tǒng)中,我們使用了j2ee規(guī)范,并且發(fā)揮了它四個層次的不同功能。我們使用uml語言為各階段建立模型。在整個系統(tǒng)界面設(shè)計和開發(fā)過程中我用到了j2ee中的一些技術(shù):servlet技術(shù)、javaserver page技術(shù)和javabean技術(shù)。同時...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 usactu 發(fā)布
基于J2EE規(guī)范的網(wǎng)絡(luò)開發(fā)
1.5萬字 43頁
摘 要
在為中村企業(yè)開發(fā)的這個ERP系統(tǒng)中,我們使用了J2EE規(guī)范,并且發(fā)揮了它四個層次的不同功能。我們使用UML語言為各階段建立模型。在整個系統(tǒng)界面設(shè)計和開發(fā)過程中我用到了J2EE中的一些技術(shù):Servlet技術(shù)、JavaServer Page技術(shù)和JavaBean技術(shù)。同時也采用了一個當(dāng)今非常流行的MVC結(jié)構(gòu)來組合Serlet、JSP和JavaBean,發(fā)揮它們的不同作用。我在本系統(tǒng)中的工作是前臺開發(fā),即系統(tǒng)界面的開發(fā)。
關(guān) 鍵 字:
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理論的使用背景與發(fā)展過程 5
1.2 J2EE簡介 5
1.3 小結(jié): 8
第2章 系統(tǒng)分析 9
2.1 需求分析 9
2.2 可行性分析 12
2.3 UML簡介 13
2.4 小結(jié) 14
第3章 系統(tǒng)開發(fā)與實現(xiàn) 15
3.1 前臺開發(fā)工具介紹 15
3.1.1 Servlet技術(shù)簡介 15
3.1.2 JSP技術(shù)簡介 16
3.1.3 JavaBean技術(shù)簡介 17
3.1.4 MVC結(jié)構(gòu)簡介 17
3.2 數(shù)據(jù)庫設(shè)計 18
3.3 系統(tǒng)界面設(shè)計 22
3.4 小結(jié) 25
第4章 小結(jié)與體會 26
致 謝: 27
參考文獻(xiàn) 28
參考文獻(xiàn)
1 陳海山,《深入Java Servlet網(wǎng)絡(luò)編程》,清華大學(xué)出版社
2羅鴻 王忠民,《ERP原理•設(shè)計•實施》,電子工業(yè)出版社
3楊學(xué)瑜 王志軍 劉同利,《JSP入門與提高》,清華大學(xué)出版社
4[美]Simon Brown等著 ,王軍 劉芳 等譯,《JSP編程指南第二版》,電子工業(yè)出版社
附 錄
登陸界面代碼:
<%@ page contentType="text/html; charset=GBK" %>
<%-- --%>
<%--
1.5萬字 43頁
摘 要
在為中村企業(yè)開發(fā)的這個ERP系統(tǒng)中,我們使用了J2EE規(guī)范,并且發(fā)揮了它四個層次的不同功能。我們使用UML語言為各階段建立模型。在整個系統(tǒng)界面設(shè)計和開發(fā)過程中我用到了J2EE中的一些技術(shù):Servlet技術(shù)、JavaServer Page技術(shù)和JavaBean技術(shù)。同時也采用了一個當(dāng)今非常流行的MVC結(jié)構(gòu)來組合Serlet、JSP和JavaBean,發(fā)揮它們的不同作用。我在本系統(tǒng)中的工作是前臺開發(fā),即系統(tǒng)界面的開發(fā)。
關(guān) 鍵 字:
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理論的使用背景與發(fā)展過程 5
1.2 J2EE簡介 5
1.3 小結(jié): 8
第2章 系統(tǒng)分析 9
2.1 需求分析 9
2.2 可行性分析 12
2.3 UML簡介 13
2.4 小結(jié) 14
第3章 系統(tǒng)開發(fā)與實現(xiàn) 15
3.1 前臺開發(fā)工具介紹 15
3.1.1 Servlet技術(shù)簡介 15
3.1.2 JSP技術(shù)簡介 16
3.1.3 JavaBean技術(shù)簡介 17
3.1.4 MVC結(jié)構(gòu)簡介 17
3.2 數(shù)據(jù)庫設(shè)計 18
3.3 系統(tǒng)界面設(shè)計 22
3.4 小結(jié) 25
第4章 小結(jié)與體會 26
致 謝: 27
參考文獻(xiàn) 28
參考文獻(xiàn)
1 陳海山,《深入Java Servlet網(wǎng)絡(luò)編程》,清華大學(xué)出版社
2羅鴻 王忠民,《ERP原理•設(shè)計•實施》,電子工業(yè)出版社
3楊學(xué)瑜 王志軍 劉同利,《JSP入門與提高》,清華大學(xué)出版社
4[美]Simon Brown等著 ,王軍 劉芳 等譯,《JSP編程指南第二版》,電子工業(yè)出版社
附 錄
登陸界面代碼:
<%@ page contentType="text/html; charset=GBK" %>
<%--
<%--