Date: 2004-12-08T13:53:59 Editor: DakotaJack <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsState URL: http://wiki.apache.org/struts/StrutsState
no comment Change Log: ------------------------------------------------------------------------------ @@ -35,3 +35,20 @@ Dakota Jack Amanpreet Singh + +== State Definitions Relating to Requirements == +=== Screen === +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. +=== 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 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. +=== Look Resources === +Look Renderer = df. Code which renders markup language alone in the View. +=== View Resources === +Resource Renderer = df. Code which renders code in the View that accesses data or applications on the client or server. Flash and JavaScript plugins are covered by this as well as streamed data. +=== Distinguish between Model Data and View Data (State) === +View Data = df. Data that is presently being accessed (streamed), being held (viewed, cached) by the View, or that is on the server side but is relating to processes and to actions which the view (end user) is presently undertaking. +Model Data = df. Data store. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]