論文格式
        電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網 |
        搜索 高級搜索

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        基于J2EE平臺的系統——統一參保子系統

         本文ID:LWGSW17799 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 基于J2EE平臺的系統——統一參保子系統 (收費:1000 積分)  

        論文字數:11911.頁數:34

        摘  要
         
         信息技術是構成21世紀的最強大力量之一,信息技術所帶來的變革,能夠幫助個人和社會更深入地認識社會保險檔案管理工作,更好地利用社保檔案管理工作的各項優秀成果,從而使社保檔案管理工作充分發揮其潛能,推動社會保障體系進一步完善,實現社會公平、和諧。
         過去社會保險行業軟件的開發主要以兩層架構為主,由于這種方式具有開發方便、快捷的優點,在一定程度上加快了行業的信息化進程,但這種架構存在客戶端應用程序大,不利于更新和維護等缺點,已不能滿足當今社保行業軟件中信息整合的需要。而三層架構的J2EE平臺因其在可移植性、架構開放性、安全性和性能等方面的優勢,已經成為當前社會保險行業軟件開發的流行架構,獲得了廣泛的應用。
         本論文闡述了J2EE平臺在開發中的優勢和特點,并且結合社保行業中社會保險管理信息系統業務需求,設計和開發一個基于J2EE平臺的系統——統一參保子系統。
         本論文對統一參保子系統系統需求、系統目標和系統特點進行描述,根據統一參保子系統的要求,使用J2EE平臺進行開發。論文描述了統一參保子系統的設計和開發過程,主要包括:系統模塊分析與設計、數據庫設計和系統實現。
         
        關鍵詞: 三層架構,J2EE ,社保系統
        ABSTRACT
         
         Information technology is one of the most powerful force in 21st century, brought about by information technology revolution, can help individuals and society more in-depth understanding of the social security file management, make better use of social security file management work of the outstanding achievements of So that the social security file management of their full potential, promoting social security system to further improve and achieve social justice and harmony.
         Social insurance industry over the past software development mainly to a two-tier structure consisting mainly because in this way is the development of convenient, fast strengths, to a certain extent, the information industry to speed up the process, but the existence of such a framework client applications, Not conducive to upgrading and maintenance shortcomings, has been unable to meet the current social security in the information industry software integration needs. And the three-tier J2EE platform for its portability, the structure of openness, security and performance aspects of the advantages of the current social insurance has become the industry's popular software development framework, access to a wide range of applications.
         This paper on the J2EE platform in the development of the advantages and characteristics of the social security sector and in social insurance management information system business needs, design and development of a system based on J2EE - Unity Participants Subsystems.
         In this paper, Unified System Requirements for participants subsystems, the system objectives and to describe the characteristics of systems, in accordance with the requirements of unity enrollment subsystem, the use of J2EE development platform. Papers described the reunification of the participants subsystem design and development process, including: Systems Analysis and Design module,Database Design and Systems.

        Keywords :  Three-tier system; J2EE; Social Security System
         

         目  錄
         
         摘  要 I
         ABSTRACT II
         第1章 緒論 1
         1.1 系統開發背景 1
         1.2 社會保險知識介紹 1
         1.3 需求分析 2
         1.4 開發工具的選用 3
         1.4.1 Tomcat5.5 3
         1.4.2 Eclipse 4
         1.5開發技術介紹 4
         1.5.1 JAVA 4
         1.5.2 J2EE 5
         1.5.3 Struts 6
         第2章 系統模塊分析與設計 7
         2.1 單位管理模塊 7
         2.1.1 模塊設計 7
         2.1.2 模塊分析 7
         2.2 個人管理模塊 7
         2.2.1 模塊設計 7
         2.2.2 模塊分析 8
         2.3 社保卡管理模塊 8
         2.3.1 模塊設計 8
         2.3.2 模塊分析 8
         2.4本章小結 9
         第3章 數據庫設計 10
         3.1數據庫設計原則 10
         3.2 E-R圖設計 10
         3.3 邏輯結構設計 10
         3.4本章小結 15
         第4章 系統實現 16
         4.1 模塊實現 16
         4.1.1 單位管理模塊 16
         4.1.2 個人管理模塊 20
         4.1.3 社保卡管理模塊 24
         4.2本章小結 26
         第5章畢業設計總結 28
         致 謝 29
         參考文獻 30


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:基于PB的企業員工管理系統 下一篇:基于JSP開發的客戶關系管理系統
        Tags:基于 J2EE 平臺 系統 統一 參保 子系統 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文