diff options
| -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)" |
