關(guān)鍵詞:J2EE, MVC, Struts
Abstract
At present, the platform of Java 2 have three editions,the first is J2ME-Java 2 Platform Mirco Edition used to the small equiment and integlligent card,the second is J2SE-Java 2 Platform Standard Edition used to desktop system,the third J2EE-Java 2 Platfrom Enterprise Edition is used to create application of sever and service.
J2EE is kind of architecturewhich used to simplify the difficult which relevant of development. deployment and manament in enterprise solution. The basement of J2EE is the core of Java platform or the standard edition of Java 2. J2EE not only stabilize lots of excellence in standard edition,for example "write one time ,run everywhere",make the technique of the saving of database include JDBC API、CORBA and so on,as well as the safe mode of protect data in the application in Internet.It also provide the integrated sustainment for EJB(Enterprise JavaBeans)、Java ervlets API、JSP(Java Server Pages)as well as XML.It's ultima thule is become one architecture which can cut shorten the time to plunge into market for developer.
J2EE provide the integrated architecture satisfy the application demand which is high usability、high stability as well as expansibility .Through provide the unify platform of exploit,J2EE make the expenditure of exploit application of multilayer as well as provide strength sustainment to application of already exist, integrated sustainment for Enterprise JavaBeans,having the better guide to sustain pack and dispose of application,the sustainment of insert category,strenghren the security,heighten the capability .
The frame of Struts is a kind of real fair according to J2EE the MVC application frame, although from release to have already had time that five years have another till now formally, along with should be technical gradually mature, it has already been make use of in the business enterprise terrace more and more on, many large websites have already applied the frame of Struts successfully. This text combine" conference room book system" item in tallying up the Struts frame technique and it work the foundation of the principle, carrying out the basic function of the system each mold piece, this provided the reference for the better application Struts frame of aftertime.
This text passes the design and developments of the actual item to carry on the research to the frame of Struts, working to the frame of Struts and it the principle carried on the introduction. At the same time, in the folio hair process the XML, SERVLET, JSP apply to, JAVA etc. technique made the simple introduction, and the software development process of norm introduction, the software engineering basic thought and each stage realizations.
Part 1: introduce the two greatest stages within the J2EE development processes respectively: Model 1 with Model 2, and analytical both of merit and shortcoming, carry on the comparison to both, point out Model2 superior sex.Thus explain the usage according to the advantage of the Model2 frame of Struts.
Part 2: carry on the introduction to the frame of Struts, elaborate the principle of Struts, and analyzed the merit and shortcoming of the frame of Struts.
Part 3: After serious survey,making a comprehensive assay of requirement for the system.Confirming the whole flow through describing and defining the flow chart of business,model of case,chart of sequence.
Part 4: pass" sourceware managing system based on Web" of the whole project as an example, explain how to design according to the Web application of the frame of Struts,and use user-defined tag-libs.
Part 5: In this part introduced In ths project used technology, for example the taglibs and so on.
Part 6: For this project to a summarize
Keyword: J2EE , MVC, Struts
目 錄
摘 要 I
Abstract III
引 言 1
第1章 J2EE應(yīng)用體系結(jié)構(gòu)系結(jié)構(gòu) 4
1.1 J2EE應(yīng)用程序體系結(jié)構(gòu)的發(fā)展 4
1.1.1 JSP Model1 4
1.1.2 JSP Model2 5
1.1.3 JSP Model1 與JSP Model2 的比較 6
1.2 Struts框架的介紹 7
1.2.1 Struts介紹 7
1.2.2 Struts工作原理 8
1.2.3 Struts框架的優(yōu)缺點(diǎn) 10
第2章 需求分析 11
2.1開發(fā)背景 11
2.3 課件信息管理系統(tǒng)需求分析 13
2.4 數(shù)據(jù)庫(kù)描述 14
2.4.1對(duì)SQL Server的介紹 14
2.4.2本系統(tǒng)所設(shè)計(jì)的數(shù)據(jù)結(jié)構(gòu)和數(shù)據(jù)項(xiàng) 18
2.5 需求規(guī)格 19
2.5.1 系統(tǒng)特性1 19
2.5.2系統(tǒng)特性2 20
2.6 性能需求 21
第3章 系統(tǒng)詳細(xì)設(shè)計(jì) 22
3.1系統(tǒng)環(huán)境 22
3.2模塊劃分 22
3.3 課件信息管理系統(tǒng)的設(shè)計(jì) 23
第4章 系統(tǒng)實(shí)現(xiàn) 25
4.1用戶登錄 25
4.2功能模塊 28
第5章 測(cè)試 32
第6章 項(xiàng)目中應(yīng)用到的技術(shù)介紹 34
6.1遍歷信息(Struts Logic標(biāo)簽) 34
6.2修改功能 34
第7章 總結(jié) 35
致 謝 36
參考文獻(xiàn) 37
外文原文 38
外文翻譯 46