In a J2EE application  Struts helps to make a relation between the presentation layer 
and the service layer by implementing a layer called application.
This relation is made by the servlet controller.

Presentation = JSP, HTML, CSS, JAVASCRIPTS, TAGLIBS
APPLICATION = Servlet, ACtionForm, Action, ActionMapping, ...
Service = EJB, Business CODE ..


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to