I am new to component development. Using a existing framework such as Struts, creating components such as EJB would the relationship be using when some of the functionality existing in this framework?? Is there situations when we should inherited from existing class in the framework?
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
posted
0
Struts is a MVC framework that is completely orthogonal to EJB. Struts places no constraints on the developer and offers no help as to how business logic is implemented.