TestSEHTML / hints /application_component.html
Alef1986's picture
Upload 1308 files
b0475e3 verified
Raw
History Blame Contribute Delete
620 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Application Component</title>
</head>
<body>
<p>An <b>Application Component</b> represents an encapsulation of application functionality aligned to implementation structure, which is modular and replaceable.</p>
<h2>Category:</h2>
<p>Application. Active Structure.</p>
<h2>Examples:</h2>
<p>CRM System, Web portal, Financial Application, Customer Data Access.</p>
</body>
</html>