Print
Category: Java
Hits: 581

Anti-Patterns:

 

Concern Slush

Different tiers (presentation, business, and data logic) are not clearly separated.

 

Tier Leakage:

A tier is allowed to access another tier not immediately adjacent to it.

 

Hardwiring

Need to search through all source code to change a link or change application workflow.

 

Validation Confusing

 

Tight-Skin

 

Data Madness

 

 

Setting up for Struts

 

  1. In JSP page, include Struts tag library struts-form.tld, create prefix
  2. Set action to *.do
  3. Set properties for actions
  4. Properties will be picked up by ActionForm derived class

 

 

MVC Model

 

 

Sequence of events