lib0116.html
来自「This handbook is a concise guide to arch」· HTML 代码 · 共 66 行
HTML
66 行
<html>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<title>Section 4: Testing and Maintaining J2EE Applications</title>
<link rel="STYLESHEET" type="text/css" href="images/xpolecat.css">
<link rel="STYLESHEET" type="text/css" href="images/ie.content.css">
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div STYLE="MARGIN-LEFT: 0.15in;"><a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle" alt="Team LiB"></a></div></td>
<td align="right"><div STYLE="MARGIN-LEFT: 0.15in;">
<a href="LiB0115.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0117.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</div></td></tr></table>
<br>
<div class="part">
<a name="pt04"></a>
<h1 class="part-title"><span class="chapter-titlelabel">Section 4: </span>Testing and Maintaining J2EE Applications</h1><div name="listofchapters" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oeb="http://openebook.org/namespaces/oeb-package/1.0/">
<h2 class="lot-title">Chapter List</h2>
<div class="lot-body">
<dl>
<dt class="lotentry">
<a href="LiB0117.html#579" target="_parent" class="chapterjump">Chapter 18:</a> Functional Testing Guidelines</dt>
<dt class="lotentry">
<a href="LiB0122.html#596" target="_parent" class="chapterjump">Chapter 19:</a> Performance Tuning and Load Testing</dt>
<dt class="lotentry">
<a href="LiB0126.html#629" target="_parent" class="chapterjump">Chapter 20:</a> Postimplementation Activities</dt>
</dl>
</div>
</div>
<div class="partintro">
<h3 class="partintro-title">
<a name="N10">Part Overview</a>
</h3>
<a name="577"></a><a name="IDX-241"></a><a name="578"></a><a name="IDX-242"></a>
<p class="para">Once the work of building the application is finished, the technical architect is often asked to lead performance-testing activities and ensure that the application is production ready. At this stage, the architect's primary objective is improving application performance, stability, and operational readiness. To achieve this goal, the architect needs to conduct performance tests and make performance improvements, recommend changes to make applications easier to monitor and support, and identify candidates for code refactoring.</p>
<p class="para">This section guides you through these activities. In it, you will learn how to:</p>
<ul class="itemizedlist">
<li class="first-listitem">
<p class="first-para">Establish coding guidelines for functional test cases.</p>
</li>
<li class="listitem">
<p class="first-para">Conduct effective performance tests.</p>
</li>
<li class="listitem">
<p class="first-para">Effectively profile your application to improve its use of memory and CPU.</p>
</li>
<li class="listitem">
<p class="first-para">Improve supportability for your applications.</p>
</li>
<li class="listitem">
<p class="first-para">Recognize when code needs refactoring.</p>
</li>
<li class="listitem">
<p class="first-para">Effectively apply code-refactoring techniques.</p>
</li>
</ul>
</div>
</div><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div STYLE="MARGIN-LEFT: 0.15in;"><a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle" alt="Team LiB"></a></div></td>
<td align="right"><div STYLE="MARGIN-LEFT: 0.15in;">
<a href="LiB0115.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0117.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</div></td></tr></table>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?