doc.dev1x.org

サーバサイドJavaアンチパターン(Bruce A. Tate)

書籍情報

書籍目次

第1章 苦い失敗談

第2章 苦い眺め

アンチパターン: Too Many Page Items

アンチパターン: Excessive Layering

ウォーターフォール開発法に伴う主要な問題

アンチパターン: Incomplete Process Transitions

第3章 苦いサーブレット

アンチパターン: Magic Push Button

アンチパターン: Magic Servlet

Magic Servletの問題点

Magic Servletの原因

Commandを使ったリファクタリング

第4章 苦いJSP

タグ言語

タグ言語を使った場合の問題点

アンチパターン: Monolithic JSPs

アンチパターン: Compound JSPs

アンチパターン: Coarse Commands と Fine Commands

アンチパターン: Fat Commands

第5章 苦いキャッシュ管理

第6章 苦いメモリー

第7章 苦い接続と結合

アンチパターン: Connection Thrashing

アンチパターン: Split Cleaners

アンチパターン: Hardwired Connections

アンチパターン: XML Misue

アンチパターン: Rigid XML

第8章 苦いBean

第9章 苦いコーディング習慣

第10章 苦いスケーラビリティ

第11章 甘い未来へ