36 lines
993 B
HTML
36 lines
993 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
|
</head>
|
|
<body>
|
|
<img src="..\..\da.png" alt="" align="right">
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
|
|
<p class="h1">
|
|
<span>Business Processor sample</span>
|
|
</p>
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
<p>
|
|
This is a good example to show the advantages of a multi-tier architecture: systems can be updated via a server re-deploy without the need to update any client. Also,
|
|
the sample shows advanced handling on the client of any errors returned from the
|
|
server.
|
|
</p>
|
|
|
|
<h2>Examine the Code</h2>
|
|
<ul>
|
|
<li>
|
|
<b>BizSchemaServer.pas</b>: this unit contains the business rules handlers for the server application.
|
|
</li>
|
|
<li>
|
|
<b>BizSchemaClient.pas</b>: this unit contains the business rules handlers for the client application.<br>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
</body>
|
|
</html>
|