請用此 Handle URI 來引用此文件:
http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/39197
完整後設資料紀錄
DC 欄位 | 值 | 語言 |
---|---|---|
dc.contributor.advisor | 李肇林 | |
dc.contributor.author | Hui-jen Ko | en |
dc.contributor.author | 柯惠貞 | zh_TW |
dc.date.accessioned | 2021-06-13T17:24:14Z | - |
dc.date.available | 2007-02-02 | |
dc.date.copyright | 2005-02-02 | |
dc.date.issued | 2005 | |
dc.date.submitted | 2005-01-27 | |
dc.identifier.citation | 1. 應承諺, 碩士論文, “CyberWebForm-The MVC Architecture for Web Development”, 93年6月, 台灣大學總圖館藏。
2. JSR-000154 Java Servlet 2.4 Specification. 2004/11/5, http://www.jcp.org/aboutJava/communityprocess/first/jsr154/ 3. JDOM, JSR-approved DOM library. 2004/11/12, http://www.jdom.org/ 4. Apache Jakarta Tomcat. 2004/11/20, http://jakarta.apache.org/tomcat/ 5. IE&Delphi. 2004/11/29, http://www.euromind.com/iedelphi/HTMLEdit/HTMLEdit1.htm 6. MSDN Library -- Web Development. 2004/12/16, http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/anch_webdev.asp 7. J2EE SDK. 2004/11/5, http://java.sun.com/j2ee/ 8. JDBC Technology. 2004/11/5, http://java.sun.com/products/jdbc/ 9. Delphi – TWebBrowser OleData and Document. 2004/12/10, http://www.cryer.co.uk/brian/delphi/twebbrowser/twebbrowser_oleobject.htm | |
dc.identifier.uri | http://tdr.lib.ntu.edu.tw/jspui/handle/123456789/39197 | - |
dc.description.abstract | 近年來由於瀏覽器的普及化,功能性加強,以及客戶端環境無需另行安裝設定等優點,使用網頁撰寫資料庫應用程式已經成為趨勢。
本論文內容為設計並實作一套JSP(Java Server Page)的視窗開發工具,以CyberWebForm架構為基礎,除保留其優點,更進一步擁有以下特點: | zh_TW |
dc.description.abstract | In recent years, developing database applications on the web platform is increasingly popular. Since web-based applications are wide-spreading, powerful and convenient, one can do almost everything, everywhere and at any time only via a browser without installing extra client-side software.
This thesis designs and implements a JSP GUI editor, which is a development tool based on the CyberWebForm. Beside the inheritable advantages from the CyberWebForm, this editor has more features as the following: | en |
dc.description.provenance | Made available in DSpace on 2021-06-13T17:24:14Z (GMT). No. of bitstreams: 1 ntu-94-R90922031-1.pdf: 2655183 bytes, checksum: e746d910ee396151b14a7f7d89be12f5 (MD5) Previous issue date: 2005 | en |
dc.description.tableofcontents | 誌 謝 2
摘 要 3 Abstract 4 1. 序論(Introduction) 7 1.1 研究動機 7 1.2 網頁開發基礎架構:CyberWebForm簡介 7 1.2.1 CyberWebForm的特點 8 1.2.2 CyberWebForm應用方式 8 1.2.3 XFormHandler所處理的事件 8 1.3 WebForm架構應用於網頁開發上的進展與不足性 9 1.3.1 JSP,WebForm,JSP編輯器技術門檻比較 9 1.4 系統目標 10 1.5 系統概觀 10 1.5.1 外觀結構 10 1.5.2 功能涵蓋 12 1.5.3 功能流程: 12 1.5.4 Page,Code,XML及Java轉換之實例 12 1.6 JSP編輯器與WebForm架構比較 14 1.6.1 主體不同 14 1.6.2 彈性與便利性取捨 15 2. 系統設計(Design of the System) 16 2.1 JSP運作流程 16 2.2 功能模組概述 16 2.3 系統架構 17 2.4 設計要點 18 2.4.1 主畫面的編輯檔案範圍(Scope) 18 2.4.2 畫面編輯與處理 19 2.4.3 檔案轉換 19 2.4.4 元件重新包裝 20 3. 系統建置(Implementation of the Design) 22 3.1 建置平台 22 3.2 功能描述 22 3.2.1 程式列表 22 3.2.2 使用者功能 24 3.3 功能建置 26 3.3.1 檔案新增與開啟 26 3.3.2 檔案儲存 26 3.3.3 檔案關閉 27 3.3.4 網頁應用程式編譯 27 3.3.5 本機端測試 27 3.3.6 建立WebForm元件 28 3.3.7 設定WebForm元件屬性 28 3.3.8 頁面轉換 29 3.4 元件與HTML Code對應表 30 4. 系統操作(Operation of the system) 32 4.1 作業系統設定 32 4.2 檔案新增與開啟 32 4.2.1 新增WebForm頁面 32 4.2.2 開啟WebForm頁面 33 4.3 頁面編輯 33 4.3.1 使用HTML功能 33 4.3.2 新增WebForm元件 33 4.3.3 設定元件屬性 34 4.3.4 新增動作(Action) 35 4.4 Code編輯 35 4.5 XML編輯 35 4.6 Java編輯 35 4.7 資料庫設定 36 4.8 儲存檔案 36 4.9 執行應用程式 36 4.9.1 編譯 36 4.9.2 本機端測試 36 4.9.3 製作war檔 37 5. 應用實例(Examples) 38 5.1 購物車 38 5.2 個人資料查詢/修改 40 6. 未來展望(Future Works) 42 附錄A: JavaDoc of CyberXComp 43 附錄B: 範例資料庫格式與程式 47 參考文獻 71 | |
dc.language.iso | zh-TW | |
dc.title | 以CyberWebForm架構為基礎之JSP視窗介面編輯器 | zh_TW |
dc.title | A JSP GUI Editor Based on the
CyberWebForm Architecture | en |
dc.type | Thesis | |
dc.date.schoolyear | 93-1 | |
dc.description.degree | 碩士 | |
dc.contributor.oralexamcommittee | 楊凱翔,王正豪,劉長遠 | |
dc.subject.keyword | 網頁編輯, | zh_TW |
dc.subject.keyword | CGI,CyberWebForm,JSP, | en |
dc.relation.page | 71 | |
dc.rights.note | 有償授權 | |
dc.date.accepted | 2005-01-27 | |
dc.contributor.author-college | 電機資訊學院 | zh_TW |
dc.contributor.author-dept | 資訊工程學研究所 | zh_TW |
顯示於系所單位: | 資訊工程學系 |
文件中的檔案:
檔案 | 大小 | 格式 | |
---|---|---|---|
ntu-94-1.pdf 目前未授權公開取用 | 2.59 MB | Adobe PDF |
系統中的文件,除了特別指名其著作權條款之外,均受到著作權保護,並且保留所有的權利。