View Review Details


Book:   Programming Jakarta Struts
Subject:   Programming Jakarta Struts Review
Date:   2003-07-10 07:39:33
From:   nocontrol
Rating:  StarStarStarStarStar

Question to Chapter 6 "Struts Model Components"


You write: The model should not know nor implementing anything from the


presentation tier.


That means to me: the model knows nothing about struts and the web-container.


But, later in this chapter (Building the Storefront Model) you're implementing the struts plugin interface in the StoreFrontFactory.


To reach the application scope?


So, you're model is tied to struts, isn't it ?