博碩士論文 975202030 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:16 、訪客IP:3.236.241.39
姓名 鄭致瑋(Chih-wei Cheng)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 設計與實作於行動裝置上以XUL為基礎之介面呈現
(Design and Implementation of XUL-Based Rendering for Mobile Devices)
相關論文
★ 移動代理人監控系統之設計與實作★ 以正規表式法為基礎之地理編碼服務設計與實作
★ Android應用程式開發之持續整合系統★ 基於設計矩陣之需求追溯關係建立方法
★ 點對點移動代理人之設計與實作與於車資通訊之應用★ 網頁內容叢集分類法之設計與實作
★ Android平台上以OSGi為基礎之服務遞送★ 利用網頁內容結構之區塊擷取方法以呈現新聞服務
★ 設計與實作以感測器為中心的查詢機制★ 針對路徑規劃服務之Web 2.0系統設計與實作
★ 整合OSGi與RESTful服務之BPEL引擎★ 利用文件相似度以轉換網路內容為OSGi Bundles
★ 量測Java類別的耦合關係★ 轉換Android應用程式為OSGi Service
★ 物聯網應用之Context塑模方法★ 從資料到服務之事件驅動方法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 有鑑於行動用戶嚴重依賴於網頁的瀏覽,因此使用手持行動裝置來存取網路資訊的需求急遽增加。近年來,雖然手持行動裝置的功能日漸強大,但少許有手持行動裝置可以順利的瀏覽網頁,例如使用手持行動裝置瀏覽複雜的網頁,使用者必須向下和向右多次移動網頁頁面。在現有的解決方案裡,網頁開發者需要付出額外的時間,準備多種不同版本的網頁與資源讓不同平台的使用者來使用。而我們的解決方案提供一個自動化的瀏覽渲染機制,包含了HTML2XUL、XUL2HTML和XUL2Android等機制,將每個網頁轉換成適合手持行動裝置瀏覽的網頁,適用於所有的網頁。XML User Interface Language,縮寫XUL,提供了富含語義以及平台可攜性的工具集,這使XUL可以渲染成各種平台的使用者介面,例如Android行動電話的使用者介面、HTTP應用程式等。其中,HTML2XUL是將給個人電腦瀏覽的網頁轉譯成一份XUL檔案;XUL2HTML是將XUL檔案轉譯成一個適合手持行動裝置瀏覽的網頁;而XUL2Android是將XUL檔案轉譯成Android使用者介面元件,專門為Android行動裝置所設計。
摘要(英) Mobile users rely heavily on the Web browsing, thus the need for Web access from handheld devices increases dramatically. Although handheld devices are becoming more powerful, few can browse Web pages smoothly, i.e., to navigate complex Web pages with a handheld device, a user must scroll down and scroll right the page many times. In the extant solutions, Web authors take a lot of efforts in preparing multiple versions of Web pages and resources for various platforms. Our solution provides an automatic browsing rendering mechanism, i.e., HTML2XUL, XUL2HTML and XUL2AndroidUI, to convert each Web page into a page suitable for handheld device. Thus all Web pages are accessible through handheld devices. The XML User Interface Language (XUL) provides a semantic and portable definition for common widgets, which allowing them to render for various platforms, such as Android UI, http application, and etc. HTML2XUL transcode Web pages for personal computer into a XUL file and XUL2HTML transcode a XUL file into Web pages for handheld devices. XUL2AndroidUI transcode a XUL file into Android components for Android mobile devices.
關鍵字(中) ★ XUL
★ 介面呈現
★ 轉碼
關鍵字(英) ★ XUL
★ rendering
★ trancoding
論文目次 摘 要 i
Abstract ii
目 錄 iii
圖 目 錄 v
表 目 錄 vi
第一章 緒論 1
1.1 引言與動機 1
1.2 目的 2
1.3 論文架構 2
第二章 背景知識介紹 3
2.1 HTML & CSS 3
2.1.1 HyperText Markup Language [3][4] 3
2.1.2 Cascading Style Sheets [5] 3
2.2 Document Object Model [6][7][8] 4
2.3 XML User Interface Language [1][2] 4
2.4 Google Android Operating System [9][10] 7
第三章 系統分析設計與實作 10
3.1 系統需求 11
3.2 系統概觀 13
3.3 Server Mediator 16
3.3.1 元件分析 16
3.3.2 架構設計 17
3.4 Web Site Parser 19
3.4.1 元件分析 19
3.4.2 架構設計 20
3.5 HTML UI Rendering Engine [17] 21
3.5.1 元件分析 21
3.5.2 架構設計 22
3.6 Android UI Rendering Engine 25
3.6.1 元件分析 25
3.6.2 架構設計 26
第四章 案例探討 28
4.1 HTML UI Rendering Engine 29
4.2 Android UI Rendering Engine 32
第五章 結論 35
第六章 未來展望 36
參考文獻 37
參考文獻 [1] XUL – MDC。2010年6月15日,取自 https://developer.mozilla.org/En/XUL。
[2] The Joy of XUL。2010年6月15日,取自 https://developer.mozilla.org/en/The_Joy_of_XUL。
[3] HTML 4.01 Specification。2010年6月15日,取自 http://www.w3.org/TR/html4/。
[4] XHTML2 Working Group Home Page。2010年6月15日,取自 http://www.w3.org/MarkUp/。
[5] Cascading Style Sheets home page。2010年6月15日,取自 http://www.w3.org/Style/CSS/。
[6] About the Document Object Model。2010年6月17日,取自 https://developer.mozilla.org/en/About_the_Document_Object_Model。
[7] JDOM。2010年6月17日,取自http://www.jdom.org/。
[8] W3C DOM。2010年6月17日,取自http://www.w3.org/DOM/。
[9] ANDROID Developers。2010年6月18日,取自 http://developer.android.com/index.html。
[10] What is Android。2010年6月18日,取自 http://developer.android.com/guide/basics/what-is-android.html
[11] JQuery。2010年6月18日,取自http://jquery.com/。
[12] Tao Fu and Mengchi Liu, “A Gateway From HTML to XML”, Database Engineering and Applications Symposium (IDEAS’04), pp. 205 – 214, 09 August 2004.
[13] Yonghyun Hwang, Jihong Kim and Eunkyong Seo. “Struc-ture-Aware Web Transcoding for Mobile Devices”, IEEE INTERNET COMPU TING, pp. 14-21, 23 September 2003.
[14] Xinyi Yin, Wee Sun Lee and Zhenqiang Tan “Personalization of Web Content for Wireless Mobile Device”, Wireless Communications and Networking Conference WCNC. 2004 IEEE, Vol 4, pp. 2568-2574, 19 July 2004.
[15] Su-Do Kim and Man-Gon Park. “An Adaptation System based on Personalized Web Content Items for Mobile Devices.” KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS, VOL. 3, NO. 6, December 2009.
[16] 張耕輔,「Design and Implementation of Web Content Clustering」,國 立中央大學,碩士論文,民國99年。
[17] 李紹剛,「User-Interface Rendering Engine for Service Delivery」,國 立中央大學,碩士論文,民國98年。
[18] J. Lee and Y.-Y. Fanjiang, “Modeling Imprecise Requirements with XML,” Information and Software Technology, Vol.45, No.7, pp. 445-460, 2003.
[19] J. Lee and K.-H. Hsu, “Modeling Software Architectures with Goals in Virtual University Environment,” Information and Software Technology, Vol.44, No.6, pp. 361-380, 2002.
[20] J. Lee, C.-L. Wu, W.-T. Lee, and K.-H. Hsu, “Aspect-Enhanced Goal-Driven Sequence Diagram,” Int. J. of Intelligent Systems, Vol.25, pp. 712-732, 2010.
[21] J. Lee and N.-L. Xue, “Analyzing User Requirements by Use Cases, A Goal-Driven Approach,” IEEE Software, Vol.16, No.4, pp. 92- 101, 1999.
[22] J. Lee, N.-L. Xue and J.-Y. Kuo, “Structuring Requirements Specifications with Goals,” Information and Software Technology, Vol.43, No.2, pp. 121-135, 2001.
[23] W.-T. Lee,W.-Y. Deng, J. Lee, and S.-J. Lee, “Change Impact Analysis with a Goal-Driven Traceability-Based Approach,” Int. J. of Intelligent Systems, Vol.25, pp. 878-908, 2010.
指導教授 李允中(Jonathan Lee) 審核日期 2010-7-26
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明