电子商务应用:一个基于多层架构的在线商场
| 论文之家 | 代写论文 | 发表论文 | 站点地图 | 收藏本站 |
您现在的位置: 硕士论文 >> 电子论文 >> 计算机 >> 互联网技术 >> 正文
电子商务应用:一个基于多层架构的在线商场
作者:Hileni P… Publish: 2005-7-7 Hits:-
【中文题名】 电子商务应用:一个基于多层架构的在线商场
【英文题名】 Applications of E-commerce:An Online Sales Store with Multi-tier Architecture
【学科专业】 计算机应用技术
【论文级别】 硕士论文
【投稿时间】 2005-7-7
【中关键词】 Internet,电子商务,多层架构,在线交易,Web应用,商业逻辑
【英关键词】 Internet,e-commerce,multi-tier architecture,online shop/store,web application,business logic,
【分类导航】 工业技术>自动化技术、计算机技术>计算技术、计算机技术>计算机的应用>计算机网络>一般性问题
【论文摘要】 当今,Internet的使用遍及人类社会的各个方面,它给人们的生活带来了各种各样的变化,而电子商务就是其中之一。通过Internet处理事务,无数的个人和商业行为更多的获益。电子商务对传统的商业运作产生了巨大的影响。 任何设计能否获得成功的一个关键因素是其系统架构是否合理可行。本文论述一种电子商务应用,它是基于多层架构的网上交易系统。多层架构是一种发展趋势,对企业级运用和基于web的运用产生了深远影响。在线交易系统运行在计算机上,能够通过网络完成在线订货和在线支付。随着在线客户的不断增加,需要系统能够尽量不出错并且随时能够提供服务。因此,本系统在电子商务领域具有很高的可靠性,安全性,灵活性。 在三层结构(即多层结构),中间层位于系统客户端和远端数据库之间。中间层把客户端界面和数据独立出来,这样就提高了整个系统的灵活性,高性能,可伸缩性,可管理性,安全性和可扩展性。在本文阐述的多层架构中,客户端和数据库可以通过中间层进行通信,为客户提供高质量的服务,而这一点也是该架构能为电子商务提供的。 由于Web的大范围应用,Internet标准极大的改变着分布式计算。基于Web的多层架构...
【论文题纲】
Dedication 5-6
Acknowledgement 6-11
List of Figures 11-12
List of Tables 12-13
Abstract (English) 13-14
Abstract (Chinese) 14-15
Abbreviations and Terms 15-17
Chapter One Background and Scope 17-28
1.1 Introduction 17-18
1.2 Research Objectives 18-19
1.3 Significance of Studies 19-20
1.4 Literature Review 20-22
1.4.1 Preamble 20-21
1.4.2 Multi-Tier Architecture Overview 21-22
1.5 Impact of E-commerce on Users Online 22-24
1.6 Challenges for Sales Businesses 24-25
1.7 Performance, Scalability and Security 25-26
1.8 Research Methodology 26-27
1.9 Organization of Thesis Work 27-28
Chapter Two Electronic Commerce and Its Applications 28-40
2.1 What is Electronic Commerce 28
2.2 Electronic Business Values 28-29
2.3 Classification of E-commerce 29-32
2.3.1 Business-to-Consumers (B2C) 29-30
2.3.2 Business-to-Business (B2B) 30-31
2.3.3 Business-to-Governments (B2G) 31
2.3.4 Consumer-to-Business (C2B) 31
2.3.5 Consumer-to-Consumers (C2C) 31-32
2.3.6 Non-Business Electronic Commerce 32
2.4 Applications of Electronic Commerce 32-38
2.4.1 Electronic Markets 32-35
2.4.1.1 How Electronic Commerce Works 33-35
2.4.2 Inter-organizational Information Systems 35
2.4.3 Customer Services 35-38
2.4.3.1 The Power Shift 36-38
2.7 The Future of Electronic Commerce 38-40
Chapter Three Requirements and Analysis 40-54
3.1 Introduction 40-41
3.2 Requirement Specifications 41-44
3.3 Requirement Determination and Analysis 44-49
3.3.1 Online Purchase Process 44-47
3.3.2 Web Application Functions 47-48
3.3.3 Local Client Application Functions 48-49
3.4 Choice of System Architecture 49
3.5 Choice of Development Technologies 49-54
3.5.1 ASP.NET Environment 51
3.5.2 ASP.NET Architecture 51-52
3.5.3 Database S election... 52-54
Chapter Four Database Design 54-62
4.1 Overview 54
4.2 Application System Requirements for the Database 54-56
4.3 Database Design 56-58
4.4 Physical Data Model 58-59
4.5 Stored Procedures 59-61
4.6 Reliability for SQL Server 61-62
Chapter Five Multi-Tier Architecture Design 62-79
5.1 Introduction 62
5.2 Application Architecture Structure 62-70
5.2.1 Single-Tier Architecture 63-64
5.2.2 Two-Tier Architecture 64-66
5.2.2.1 Limitations of Two-Tier Architecture 65-66
5.2.3 Multi-Tier Architecture 66-70
5.2.3.1 Benefits of Separating Tiers 69-70
5.3 Distributed Application 70-79
5.3.1 Designing for Scalability and Performance 73-77
5.3.1.1 Scaling Up and Scaling Out 77
5.3.2 Designing for Availability 77-78
5.3.3 Designing for Security 78-79
Chapter Six Architecture Design for B2C - The Online Store 79-99
6.1 Designing the Architecture for Wang Notebooks Online Store 79-89
6.1.1 Presentation Layer 79-86
6.1.1.1 Web Application 80-84
6.1.1.2 Local Client Application 84-86
6.1.2 Middle Layer 86-88
6.1.2.1 Middle-Tier Business Objects 88
6.1.3 Database Layer 88-89
6.2 Application Security 89-99
6.2.1 Web Security and E-commerce 90-91
6.2.2 E-commerce Trust Infrastructure 91-92
6.2.3 Configuration of Application Security 92-93
6.2.4 Presentation Layer Security 93-96
6.2.4.1 Web Application Security 93-95
6.2.4.2 Local Client Security 95-96
6.2.5 SSL 96-98
6.2.6 Database Security 81 6.2.6 Physical Security 98-99
Chapter Seven Implementation 99-106
7.1 Introduction 99-100
7.2 Tier Implementation 100-105
7.2.1 Presentation Layer 100-104
7.2.1.1 Web based Application 100-102
7.2.1.2 Local Client Application 102-104
7.2.2 Middle Layer 87 7.2.2 Database Layer 104-105
7.3 Deploying 105-106
Chapter 8 Conclusion and Recommendations 106-108
8.1 Conclusion 106
8.2 Performance and Scalability 106-107
8.3 Limitations 107
8.4 Recommendation 107-108
References 108-111
Appendices 111-126
Appendix A: Data Dictionary 111-112
Appendix B: Source Codes 112-126
【DOI】 LunWen.ID:2.2008.370647
付费论文:有参考文献 300元
1、注册会员             2、购买本文            3、下载文章 
注:此文为收费论文,需付费购买。每页大约1000字。
代写论文流程
载入中…
Web lunwenjia
热门搜索:Internet 论文 电子商务 多层架构 在线交易 Web应用 商业逻辑
互联网技术最新论文
互联网技术热门论文