博碩士論文 90521009 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:15 、訪客IP:18.218.127.141
姓名 廖政安(Jeng-An Liaw)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 應用Java技術結合無線網路之設計與實作
(Design and Implementation of Wireless Web-Service Technology Based on Java)
相關論文
★ 二維電場微風計之設計與實作★ FPGA之電磁波量測儀的設計與實作
★ 在虛擬環境中發展一整合式電腦繪圖系統- Case Study of Bezier, B-Spline and NURBS Algorithms★ α-spline與NURBS雕塑曲面設計之研究
★ 利用Blowfish演算法於加密晶片之設計★ 先進加密標準演算法之IP模組元件設計與驗證
★ 使用FPGA晶片發展一個雕塑曲面設計★ 使用FPGA 實現一串流加密模組之 設計與驗證
★ e-Learning 多媒體教材之實作研究★ 利用3D分子模擬軟體預測竹筍蛋白質相似結構及功能
★ 使用最小能量原理來改進電腦輔助藥物設計中的分子對接技術之研究★ 系統理論在生物資訊之應用
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 無線網路監控目前沒有太多相關的研究發表,基於此本研究藉由昇陽公司所發佈最新的Java技術 – Java 2 platform, Micro Edition (J2METM)來探討一些相關的網路監控議題,並結合網際網路,實作出一套遠端監控平台,名為行動資訊服務系統 (Mobile Information Service System),以提供使用者一個更便利的操作環境。
本研究系統包含:伺服端 (Server-side) 及客戶端 (Client-side)。在伺服端,架設一台影像擷取裝置(Web-cam)來監控伺服器前的影像,而在客戶端則是利用最新的行動裝置開發套件Mobile Information Device Profile (MIDP),來開發無線應用服務程式。使用者只需透過本無線應用服務程式,下載至手邊的行動裝置 (例如:手機、PDA),再搭配本系統使用,可以有效地監控架設在遠端伺服器上webcam所擷取到的影像。另外,此系統除了無線遠端監控的功能外,還提供了行動學習的服務,藉由此系統,使用者可以很有效率地去存取網路上各類的資訊,以達到行動學習、學習無障礙的最終目標。
本系統最大的優點在於完全不受平台種類的限制,而可以輕易的移殖至任何系統平台上執行,除了充份的展現跨平台的特性外,更可以減少額外開發所需的成本。而且,經由實驗結果的証明,本系統所提供的服務 (無線遠端監控、線上字典查詢),在使用上非常方便,極具行動性,完全不受時間及空間上的限制。
摘要(英) As the result of there are not so many researches and publications on the remote monitoring wireless network at present. Hence, this thesis used the newest Java technology – Java 2 Micro Edition (J2ME) to implement a remote monitoring platform, named “Mobile Information Service System”. It provides a more convenient operation environment for the user.
The framework of this system can be categorized into two parts: Server-side and Client-side. On the Server-side, there is an image capture device (Web-cam) was set up on the web server. Beside, the wireless service applications were implementing by the latest mobile developing package – Mobile Information Device Profile (MIDP). The user just needs to download these wireless service applications on the mobile device. Through this system, user not only can remote monitoring the server’s states but also can access varied information from the Internet at anytime, anywhere.
The most advantage of the system is the cross-platform capability. The system and the wireless service applications can be deploy on any other platforms and devices easily. This capability can reduce the extra development time and cost, and further, the experiment result also demonstrates that the system indeed can work perfect and efficient.
關鍵字(中) ★ 爪哇 關鍵字(英) ★ WAP/WML
★ J2ME/MIDP
★ Java
論文目次 Abstract (In Chinese)
Abstract (In English)
Acknowledgments
List of Figures
List of Tables
Chapter 1 Introduction ………………………………………………1
1.1 Introduction.…….…………………………………………………………1
1.2 Literature Survey…………………………………………………………..2
1.3 Aim of the Thesis …………………………………………………………4
1.4 Merits of the Method ……………………………………………………...5
1.5 Organization of the Thesis ………………………………………………6
Chapter 2 Java Technology …………………………………………..7
2.1 History of Java Language Evolution ……………..……………………….7
2.2 Wireless Applications Developing with J2ME…………………………...10
2.3 Configuration………………………………………………………….12
2.4 Profile…………………………………………………………………….14
2.5 J2ME’s Virtual Machine………………………………………………….14
2.6 Connected Device Limited Configuration……………………………….16
2.6.1 Generic Connection Framework………………………………...…17
2.7 Mobile Information Device Profile………………………………………18
2.7.1 The MIDP Specification……………………………………………18
2.7.2 MIDlet……………………………………………………………...19
2.7.3 MIDlet Development Cycle………………………………………..22
2.7.4 New Features in MIDP 2.0…………………………………………24
2.8 Comparison with WAP and J2ME/MIDP………………………………...26
Chapter 3 Design and Implementation……………………………..30
3.1 System Architecture…….………………………………………………..30
3.2 Implementation Method ….………………………………………...……31
3.3 Set up the System Environment………………………………………….48
Chapter 4 Experiment Results ……………………………………..51
4.1 Development / Operation Environment …………………………………51
4.2 Function in Mobile Information Service System ……………………….52
4.3 Result and Performance Discussion ……………………………………..57
Chapter 5: Conclusion and Future Work ………………………….64
Reference ………...…………………………………………………66
Appendix A – Comparison of JSP and ASP technologies…………...….………70
Appendix B – Java Technology-Based Cell Phones ………………….…………71
Appendix C – Java Technology-Based PDAs …………………………………...72
Appendix D – Program List…………..………………..………………………...73
參考文獻 Reference
[1] 王崇憲, “以WAP為基礎的E-Mail系統設計與實作”, 國立臺灣大學(碩士論文), 1999.
[2] 王孝弘, “WAP技術之研究與實作”, 國立臺灣大學(碩士論文), 1999.
[3] 練凱文, “以WAP為基礎的隨身學習之研究”, 國立中興大學(碩士論文), 1999.
[4] 汪廷彥, “應用WAP建置營建資訊網站之研究”, 國立中央大學(碩士論文), 2000.
[5] 蕭文宏, “整合式無線網路應用環境之研製”, 國立臺灣大學(碩士論文), 2000.
[6] 黃偉誠, “一個以無線應用協定為基礎的航空訂位系統之設計與建置”, 中原大學(碩士論文), 1999.
[7] 陳軒皓, “基於無線應用協定並具推播功能之行動網路網路應用開發平台”, 國立交通大學(碩士論文), 2000.
[8] 吳志祥, “無線應用協定與短訊服務在家庭網路系統上之應用”, 國立交通大學(碩士論文), 2000.
[9] 艾里斯, “基於無線通訊應用協定 ( WAP ) 之行動校園資訊服務系統設計與實現”, 國立台北科技大學(碩士論文), 2000.
[10] 朱繼興, “應用J2ME 技術建立無線企業應用程式”, 國立中央大學(碩士論文), 2001.
[11] 胡君怡, “支援多重媒體格式的家庭網路監視系統”, 國立臺灣大學(碩士論文), 1999.
[12] 林上傑,林上人, “JavaServer Pages : Tech Reference 技術手冊”, 碁峰資訊,2001.
[13] 王森, “深入淺出KJava Java : Java在PDA上的程式設計”, 知城數位, 2001.
[14] 王聰明, “Java 行動通訊程式設計(J2ME MIDP) ”, 文魁資訊, 2001.
[15] 李驥,張子仁, “征服WAP無線網頁製作實務”, 旗標,2000.
[16] 林邦傑, “JavaServer Pages 程式設計”, 知城數位, 2000.
[17] 陳建勳, “JDBC與JAVA資料庫程式設計”, O’REILLY, 2001.
[18] 楊子毅, 林長毅, “JavaServer Pages設計技巧”, O’REILLY, 2001.
[19] 微型爪哇人, “科技新貴Java手機程式開發”, 學貫行銷, 2002.
[20] Eun-Kyeong Kwon; Yong-Gu Cho; Ki-Joon Chae, “Integrated transport layer security: end-to-end security model between WTLS and TLS”, Information Networking, 2001. Proceedings. 15th International Conference on, 2001 Page(s): 65 –71
[21] Kok-Kiong Tan; Chai-Yee Soh, “Internet home control system using Bluetooth over WAP”, Engineering Science and Education Journal, Volume: 11 Issue: 4, Aug 2002 Page(s): 126 –132
[22] M. Hardee, ”Why Wireless Needs JavaTM Technology,” 2000 JavaOne SM Dev. Conf., July 2000.
[23] Nam-Je Park; You-Jin Song, “M-Commerce security platform based on WTLS and J2ME”, Industrial Electronics, 2001. Proceedings. ISIE 2001. IEEE International Symposium on, Volume: 3, 2001 Page(s): 1775 -1780 vol.3
[24] Prof. Jorma Jormakka, “Evaluation of Java 2 Micro Edition based service creation for mobile devices“ Helsinki University of Technology in Espoo, Finland, 2001.
[25] Yuh-Shyan Chen; Tai-Chien Kao; Jang-Ping Sheu; Chao-Yu Chiang, “A mobile scaffolding-aid-based bird-watching learning system”, Wireless and Mobile Technologies in Education, 2002. Proceedings. IEEE International Workshop on , 2002 Page(s): 15 –22
[26] Zhang Li; Shi-Huang Shao; Xianhui Zeng; Xiaohui Cai, “Development of remote learning system on mobile Internet”, Intelligent Control and Automation, 2002. Proceedings of the 4th World Congress on, Volume: 2, 2002 Page(s): 1448 -1451 vol.2
[27] JAVA TECHNOLOGY AND THE NEW WORLD OF WIRELESS
PORTALS AND MCOMMERCE, [On-line] Available: http://java.sun.com/j2me/docs/html/mcommerce.html
[28] [On-line] Available: http://java.sun.com/
[29] [On-line] Available: http://www.wapforum.org/
[30] [On-line] Available: http://it.moeaidb.gov.tw/ssl/html-new/technical_trend/java.htm
[31] JavaTM 2 Platform, Micro Edition (J2METM), [On-line] Available: http://java.sun.com/j2me/
[32] J2ME Configurations, [On-line] Available: http://wireless.java.sun.com/configurations/
[33] The Java Community Process, [On-line] Available: http://www.jcp.org/
[34] Think small with J2ME, [On-line] Available: http://www-106.ibm.com/developerworks/library/wi-j2me/
[35] JSR 30, J2METM Connected Limited Device Configuration, [On-line] Available: http://jcp.org/en/jsr/detail?id=30
[36] JSR 36, J2METM Connected Device Configuration, [On-line] Available: http://jcp.org/en/jsr/detail?id=036
[37] JSR 37, J2METM Mobile Information Device Profile, [On-line] Available: http://java.sun.com/aboutjava/communityprocess/jsr/jsr_037_mid.html
[38] KVM, [On-line] Available: http://java.sun.com/products/cldc/kvm/
[39] CVM, [On-line] Available: http://java.sun.com/products/cdc/cvm/
[40] JSP, [On-line] Available: http://java.sun.com/products/jsp/
[41] Comparing JavaServer PagesTM and Microsoft® Active Server PagesTM Technologies, [On-line] Available: http://java.sun.com/products/jsp/jsp-asp.html
[42] JDBC, [On-line] Available: http://java.sun.com/products/jdbc/
[43] Java Media Framework, [On-line] Available: http://java.sun.com/products/java-media/jmf/index.html
[44] J2ME Wireless Toolkit, [On-line] Available: http://java.sun.com/products/j2mewtoolkit/
[45] Palm OS Emulator, [On-line] Available: http://www.palmos.com/dev/tools/emulator/
[46] Apache Tomcat, [On-line] Available: http://jakarta.apache.org/tomcat/
[47] Java 2 SDK, Standard Edition Version 1.4.0_01, [On-line] Available: http://java.sun.com/products/archive/index.html
[48] Java 2 Micro Edition Wireless Toolkit version 1.0.4_01, [On-line] Available: http://java.sun.com/products/j2mewtoolkit/download.html
[49] Tomcat Version 3.2.4, [On-line] Available: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.4/bin/
[50] JMF version 2.1.1 with Windows Performance Pack, [On-line] Available: http://java.sun.com/products/java-media/jmf/2.1.1/download.html
[51] JMF Diagnostics applet, [On-line] Available: http://java.sun.com/products/java-media/jmf/2.1.1/jmfdiagnostics.html
[52] Eric Giguere, “Java 2 micro edition : professional developer's guide”, New York, 2000.
[53] James White ; David Hemphill, “Java 2 Micro Edition”, Manning Publications, 2002.
指導教授 歐石鏡(Shin-Ching Ou) 審核日期 2003-7-4
推文 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聯絡  - 隱私權政策聲明