From deba7a5f81931dbe20aceebd506f44d5fdc1f7ca Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 28 Dec 2005 02:39:52 +0000 Subject: --- .../protected/pages/Fundamentals/Architecture.page | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 demos/quickstart/protected/pages/Fundamentals/Architecture.page (limited to 'demos/quickstart/protected/pages/Fundamentals/Architecture.page') diff --git a/demos/quickstart/protected/pages/Fundamentals/Architecture.page b/demos/quickstart/protected/pages/Fundamentals/Architecture.page new file mode 100644 index 00000000..8ccb20a0 --- /dev/null +++ b/demos/quickstart/protected/pages/Fundamentals/Architecture.page @@ -0,0 +1,13 @@ + +

Architecture

+ +

+PRADO is primarily a presentational framework, although it is not limited to be so. The framework focuses on making Web programming, which deals most of the time with user interactions, to be component-based and event-driven so that developers can be more productive. The following class tree depicts the skeleton classes provided by PRADO, +

+ + +

+When a PRADO application is processing a page request, its static object diagram can be shown as follows, +

+ +
\ No newline at end of file -- cgit v1.2.3