基于REST的企業(yè)電子郵件系統(tǒng)的設(shè)計與實現(xiàn)
發(fā)布時間:2018-01-01 20:45
本文關(guān)鍵詞:基于REST的企業(yè)電子郵件系統(tǒng)的設(shè)計與實現(xiàn) 出處:《吉林大學(xué)》2015年碩士論文 論文類型:學(xué)位論文
更多相關(guān)文章: REST 企業(yè) 電子郵件系統(tǒng)
【摘要】:企業(yè)電子郵件系統(tǒng)在企業(yè)信息化建設(shè)中占有舉足輕重的地位。為了集中管理企業(yè)電子郵件信息,必須運用先進的科學(xué)技術(shù)以及相關(guān)設(shè)計思想,充分考慮企業(yè)郵件現(xiàn)狀。隨著信息技術(shù)的發(fā)展,我國企業(yè)電子郵件信息化建設(shè)經(jīng)過多年的摸索,已積攢了大量寶貴經(jīng)驗,并取得了重大的進步。但其仍然存在大量的問題,主要體現(xiàn)在信息化建設(shè)不夠強,雖然很多企業(yè)已經(jīng)建設(shè)了自己的電子郵件系統(tǒng),但系統(tǒng)的管理模塊都相對獨立,耦合性比較弱,企業(yè)電子郵件的效率很低,一個企業(yè)電子郵件系統(tǒng)由多個模塊組成,各個子模塊在系統(tǒng)集成和數(shù)據(jù)集成方面存在很多問題。傳統(tǒng)的電子郵件系統(tǒng)結(jié)構(gòu)單一,只能滿足用戶對郵件的基本功能,對于企業(yè),人員多,郵件地址也相對較多,企業(yè)工作人員在發(fā)送郵件時郵件地址的記錄、錄入和查詢相對困難。因此,企業(yè)需要建設(shè)一個規(guī)范的電子郵件系統(tǒng)來實現(xiàn)企業(yè)電子郵件的管理。建設(shè)一個規(guī)范的基于REST架構(gòu)風(fēng)格的企業(yè)電子郵件系統(tǒng)來實現(xiàn)企業(yè)信息傳遞是本次開發(fā)的主要目標(biāo)。本系統(tǒng)依據(jù)企業(yè)信息傳遞的發(fā)展背景,結(jié)合REST風(fēng)格架構(gòu)技術(shù)對企業(yè)信息傳遞的業(yè)務(wù)和功能進行了分析和設(shè)計,確定企業(yè)電子郵件系統(tǒng)主要包括寫信模塊、收件箱模塊、草稿箱模塊、已發(fā)送模塊、已刪除模塊、郵件檢索模塊、個人通訊錄和組織通訊錄八個功能模塊。寫信模塊實現(xiàn)了郵件的撰寫發(fā)送功能,并對未完成的郵件存草稿箱;收件箱模塊實現(xiàn)了對新舊郵件的查看、刪除、移動和標(biāo)記功能;草稿箱模塊實現(xiàn)了存儲當(dāng)前用戶未完成的臨時郵件,方便用戶下次續(xù)寫該郵件,同時也支持直接刪除郵件功能;已發(fā)送模塊實現(xiàn)了對已發(fā)送郵件的查看、刪除、移動和標(biāo)記功能,并對未接收的已發(fā)送郵件召回的功能;已刪除模塊實現(xiàn)了對郵件系統(tǒng)中已刪除郵件的查看、刪除、移動和標(biāo)記功能;郵件檢索模塊實現(xiàn)了對所有郵件的一個查詢,可以根據(jù)郵件的字詞、位置范圍、郵件主題、發(fā)信人地址、收信人地址和發(fā)信時間等進行查詢;個人通訊錄實現(xiàn)了個人的郵箱地址的一個存儲和管理,包括新建聯(lián)系人、刪除聯(lián)系人和加入到組等功能;組織通訊錄實現(xiàn)了能企業(yè)所有部門或相關(guān)工作人員郵件地址的存儲功能,包括寫、列出來信、高級搜索和加入個人通訊錄等功能。企業(yè)電子郵件系統(tǒng)的實施,使企業(yè)信息傳遞從紙質(zhì)信件的傳遞到電子郵件的傳遞,同時電子郵件可得重復(fù)的使用,提高了員工的工作效率,通過企業(yè)電子郵件系統(tǒng)中的個人通訊錄和組織通訊錄,使郵件地址的管理和使用更加方便,在提高了企業(yè)員工工作效率的同時,也進一步的提高了數(shù)據(jù)和郵件地址的正確性,為企業(yè)管理制定決策提供依據(jù);本系統(tǒng)嚴(yán)格依據(jù)企業(yè)電子郵件系統(tǒng)建設(shè)相關(guān)安全規(guī)定,保證系統(tǒng)在網(wǎng)絡(luò)的的處層傳輸?shù)陌踩。本系統(tǒng)采用REST架構(gòu)風(fēng)格,.NET作為開發(fā)平臺,數(shù)據(jù)庫使用了SQL Server 2008,C#作為主題開發(fā)語言,開發(fā)出了一個基于REST架構(gòu)風(fēng)格的B/S架構(gòu)電子郵件系統(tǒng),進一步提高了系統(tǒng)的易使用性、可維護性和集成性。本系統(tǒng)的開發(fā)及使用,不僅對企業(yè)信息傳遞能力提升具有重要的現(xiàn)實意義,對完善企業(yè)內(nèi)部管理、提升管理能效具有較大的推動作用,實現(xiàn)企業(yè)管理流程的電子化、專業(yè)化,實現(xiàn)了一個高效率、高性能的企業(yè)電子郵件系統(tǒng)。
[Abstract]:Enterprise e-mail system occupies a pivotal position in the construction of enterprise informationization. In order to centralized management of enterprise e-mail information, must use the advanced scientific technology and related design, fully consider the enterprise mail status. With the development of information technology, Chinese enterprises email information construction after years of exploration, has accumulated a lot of valuable experience, and achieved great progress. But there are still many problems, mainly reflected in the informatization construction is not strong enough, although many enterprises have built their own email system, but the management module of the system are relatively independent, the coupling is weak, the efficiency of enterprise email is very low, a corporate e-mail system consists of several modules, each there are many problems in the sub module of system integration and data integration. The traditional e-mail system structure, Only to meet the basic functions, users of mail for enterprises, personnel, mail address is also relatively high, enterprise staff record in the email address when sending mail, input and query the relative difficulties. Therefore, enterprises need to build a standardized e-mail system to achieve the enterprise email management. The construction of a standardized enterprise email REST system architecture style is realized based on the enterprise information transfer is the main goal of the development. This system is based on the background of the development of enterprise information, combined with the business and function of REST style architecture technology transfer of enterprise information for the analysis and design, determine the enterprise e-mail system mainly includes inbox module, module, module of drafts already, sending module, module has been deleted, mail retrieval module, personal mail list and mail list of eight functional modules. Write module. The writing of sending e-mail, and deposit drafts of the unfinished mail inbox; module view of old and new messages to delete, move and mark function; draft module implements the temporary email storage the current user is not completed, the next user written mail, but also support the delete mail function; send module to send email to view, delete, move and mark function, and has not received mail recall function; deleted module view of the mail system in the deleted items to delete, move and mark function; implement a query for all mail module according to the mail retrieval, word position, subject, sender address, address and date of inquiry; to achieve a personal email address stored personal mail list Storage and management, including new contacts, delete contacts and join the group and other functions; realize the storage function, can enterprises of all departments or related personnel organization mail address mail list includes writing, list of letter, advanced search and add a personal mail list and other functions. The implementation of enterprise e-mail system, make the enterprise information transfer from the printed letters delivered to the e-mail transfer, and e-mail can be used repeatedly, improve the efficiency of the staff, through personal communication e-mail system in enterprise organization and record management and use of mail list, the mail address in more convenient, improve work efficiency of employees at the same time, also further improved the correctness of the data and email address, and provide basis for enterprise management decision-making; the system construction of enterprise e-mail system strictly on the basis of relevant safety regulations, ensure The system in the network layer transmission security. This system uses the REST architecture style,.NET as a development platform, the database uses SQL Server 2008, C# as the theme of the development of language, developed a REST style architecture based on B/S architecture of e-mail system, to further improve the system's usability, maintainability and integrated. Development and use of this system, not only has important practical significance to enhance the transmission capacity of the enterprise information, to improve the internal management of enterprises, has a larger role to enhance the management efficiency, the realization of electronic business management process of specialization, to achieve a high efficiency, high performance enterprise e-mail system.
【學(xué)位授予單位】:吉林大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2015
【分類號】:TP393.098
【參考文獻】
相關(guān)期刊論文 前2條
1 顏志軍,孫寶文,王天梅;基于UML的業(yè)務(wù)流程模型分析方法研究[J];計算機工程與應(yīng)用;2004年29期
2 蔣東興,史宗愷,陳懷楚,劉啟新,沈培華,王映雪;大學(xué)資源計劃的方案研究[J];清華大學(xué)學(xué)報(自然科學(xué)版);2004年04期
,本文編號:1366160
本文鏈接:http://sikaile.net/guanlilunwen/ydhl/1366160.html
最近更新
教材專著