diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-19 16:07:21 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-19 16:07:21 -0700 |
| commit | d3ae3daa0544eae7bed093b31d397bea79745812 (patch) | |
| tree | 6df53d81f669f5b2656de3fd74b220d4ba3945e5 | |
| parent | a938c94bbfe00b10be0e90b9ee0d9cd7d0634ce1 (diff) | |
Add unit 6
| -rw-r--r-- | doc/unit-6.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/unit-6.md b/doc/unit-6.md new file mode 100644 index 0000000..85a26fb --- /dev/null +++ b/doc/unit-6.md @@ -0,0 +1,18 @@ +# Unit 6 Introduction to two-tier and three-tier architectures and the internet database environment + +## Section 1: Client/Server architectures and database connection to web applications + +Read Chapter 8 "Database Application Development": + +* client/server architectures +* databases in a two-tier architecture +* three-tier architectures +* web application components +* databases in three-tier architectures +* key considerations in three-tier applications + +## Section 2: XML and Data Exchange on the Internet + +Read Chapter 8: "Database Application Development" + +* "Extensible Markup Language (XML)" |
