TestSEHTML / hints /application_collaboration.html
Alef1986's picture
Upload 1308 files
b0475e3 verified
Raw
History Blame Contribute Delete
773 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Application Collaboration</title>
</head>
<body>
<p>An <b>Application Collaboration</b> represents an aggregate of two or more application internal active structure elements that work together to perform collective application behavior.</p>
<h2>Category:</h2>
<p>Application. Active Structure.</p>
<h2>Examples:</h2>
<p>Two Application Components collaborate in transaction administration: an Accounting component and a Billing component. This collaboration performs the task "Administrate transactions".</p>
</body>
</html>