====================================================================== View: displayTime2.jsp Much like displayTime.jsp, however you´ll see that timeByZone2.jsp is called at the top of the page. Notice that the scope of has changed to "request".
======================================================================
Time JSP
: :
====================================================================== In a system currently under construction, we´ve made use of this method to create chains of classes, each responsible for its own processing. By identifying common presentation formats, we´ve created View objects that can be reused in yet higher level JavaServer Pages. Our goal is to create pages that are designed for reuse, and to reduce the number of presentation classes.
Single Servlet Model (A Model II Design) When I´ve had time to adequately research and implement this idea, I´ll post something here. |