summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals/Architecture.page
blob: 7a736801100f185d09c7a0e8447a49227b2049e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:TContent ID="body" >
<h1 id="601">Architecture</h1>

<p id="100111" class="block-content">
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 some of the major classes provided by PRADO,
</p>
<img src="<%~classtree.gif%>" />

<p id="100112" class="block-content">
When a PRADO application is processing a page request, its static object diagram can be shown as follows,
</p>
<img src="<%~objectdiagram.gif%>" />
<div class="last-modified">$Id$</div></com:TContent>