CHAPTER 1: INTRODUCTION | 第1-10页 |
CHAPTER 2: XML AND DOTNET ENVIRONMENT | 第10-19页 |
2.1 Microsoft .NET Framework | 第10-12页 |
2.1.1 The Common Language Runtime | 第11页 |
2.1.2 .NET-Compliant Programming Languages | 第11-12页 |
2.2 XML Introduction | 第12-15页 |
2.2.1 General XML Document Structure and Syntax | 第13-15页 |
2.2.1.1 Declaration | 第13页 |
2.2.1.2 Elements | 第13-14页 |
2.2.1.3 Attributes | 第14-15页 |
2.3 Accessing XML Data from DotNet | 第15-19页 |
2.3.1 Using the XML Document Object Model in .NET | 第15-19页 |
2.3.1.1 Load XML File | 第16页 |
2.3.1.2 Viewing Document Data Using the XmlNode Object | 第16-17页 |
2.3.1.3 Using the XmlDataReader Object | 第17-19页 |
CHAPTER 3: DATABASE DESIGN AND IMPLEMENTATION | 第19-29页 |
3.1 Online library systems description | 第19-20页 |
3.1.1 Online libraries overview | 第19页 |
3.1.2 Online libraries principles: | 第19-20页 |
3.2 Database Design | 第20-25页 |
3.2.1 Online Library Database System Requirements | 第20-21页 |
3.2.2 The Relational Database Tables | 第21-22页 |
3.2.3 Data Modeling | 第22-25页 |
3.2.3.1 Conceptual model | 第23-24页 |
3.2.3.2 Physical model | 第24-25页 |
3.3 Implementing Online Books Shop library Database | 第25-29页 |
3.3.1 Implementing Online Books Shop in SQL Server 2000 | 第26-27页 |
3.3.2 Implementing Online Books Shop in Oracle 10g | 第27-28页 |
3.3.3 Implementing Online Books Shop in MySQL | 第28-29页 |
CHAPTER 4: XML STRUCTURE FOR RELATIONAL DATABAE | 第29-34页 |
4.1 Representing Data in XML | 第29-32页 |
4.1.1 Table Representation | 第30-31页 |
4.1.2 Relationship Representation | 第31-32页 |
4.2 XML Document structure | 第32-34页 |
4.2.1 The Scope of the Document | 第32页 |
4.2.2 Creating the Root Element | 第32-34页 |
CHAPTER 5: APPLICATION DEVELOPMENT AND IMPLEMENTATION | 第34-53页 |
5.1 Multi RDBMS ASP.Net Web Application | 第34-53页 |
5.1.1 Building MOSXML.aspx Web Based Application | 第35-51页 |
5.1.1.1 "Show Result" method description | 第39-41页 |
5.1.1.2 ImportData Function description | 第41-45页 |
5.1.1.3 ExtractDBElements Method | 第45-51页 |
5.1.2 Building XMLMOS.aspx Web Based Application | 第51-53页 |
CHAPTER 6: APPLICATION TESTING AND RUNNING | 第53-63页 |
6.1 Testing MOSXML: | 第53-56页 |
6.2 Running End User Interface: SEARCH BOOK | 第56-57页 |
6.3 Testing XMLMOS | 第57-59页 |
6.4 Running End User Interface: NEW BOOK | 第59-60页 |
6.5 Running End User Interface: MOVE BOOK | 第60-61页 |
6.6 Running End User Interface: UPDATE BOOK | 第61-62页 |
6.7 Running End User Interface: DELETE BOOK | 第62-63页 |
CHAPTER 7: CONCLUSION | 第63-64页 |
REFERENCES | 第64-66页 |
APPENDICES | 第66-95页 |
Appendix A: Database Script Attachments | 第66-76页 |
Appendix B: Application Source Code Attachments | 第76-95页 |