Date: 2004-12-12T00:26:43
   Editor: DakotaJack <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsState
   URL: http://wiki.apache.org/struts/StrutsState

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -41,10 +41,13 @@
 Screen = df. The interface between the user (person, machine) and the View.  
For example, the monitor which renders what the browser "sees".
 === View ===
 View = df. The file or other data that is read to create this "screen".  E.g. 
the HTML file read by the browser.
+  Client Viewing <==> Screen <==> Client Delivery App <==> View
 === View Entities ===
 View Entities = df. Files which either not the View source (HTML for a 
browser) but which when read "render" the View source, for example JSP, 
Velocity, etc.  Also called "Dynamic View Entities".
+  View <==> Server Side State Crestion <==> View Entities
 === View Entity Renderers ==
 View Entity Renderers = df. Code in the View Entities that renders the View 
and which relates either to the "look" of the View or to resources on the 
client or server side.
+  View <==> View Entity Renderers <==> View Entites
 === Look Resources ===
 Look Renderer = df. Code which renders markup language alone in the View.
 === View Resources ===

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

Reply via email to