站内搜索: 请输入搜索关键词
当前页面: 图书首页 > How to be a Successful Technical Architect for J2EE Applications

Section 4: Testing and Maintaining J2EE Applications - How to be a Successful Technical Architect for J2EE Applications

Team LiB
Previous Section Next Section

Section 4: Testing and Maintaining J2EE Applications

Chapter List

Chapter 18: Functional Testing Guidelines
Chapter 19: Performance Tuning and Load Testing
Chapter 20: Postimplementation Activities

Part Overview

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.

This section guides you through these activities. In it, you will learn how to:

  • Establish coding guidelines for functional test cases.

  • Conduct effective performance tests.

  • Effectively profile your application to improve its use of memory and CPU.

  • Improve supportability for your applications.

  • Recognize when code needs refactoring.

  • Effectively apply code-refactoring techniques.


Team LiB
Previous Section Next Section