Date: 2004-12-12T18:36:27
   Editor: MatthewSgarlata <[EMAIL PROTECTED]>
   Wiki: Apache Struts Wiki
   Page: StrutsWhiteboard
   URL: http://wiki.apache.org/struts/StrutsWhiteboard

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,5 +1,7 @@
  * StrutsJericho (Struts 2.x proposal)
  * StrutsShale (Struts 2.x proposal)
 
+Both the Jericho and Shale proposals mention the need for a Context notion to 
work (perhaps in combination with a Chain of Responsibility).  I would like to 
point out that the [http://morph.sourceforge.net Morph] framework provides 
[http://morph.sourceforge.net/apidocs/net/sf/morph/context/Context.html such an 
abstraction] that is ideal for abstracting out the details of different APIs 
(HTTP, Porlet, etc).  For example, the 
[http://morph.sourceforge.net/apidocs/net/sf/morph/context/contexts/HttpServletContext.html
 HttpServletContext] abstracts out the details of interacting with the Servlet 
API so that you need only depend on either the 
[http://morph.sourceforge.net/apidocs/net/sf/morph/context/Context.html 
Context] interface or the java.util.Map interface.
+
 {{{  * StrutsUseCases
  * StrutsModelingNotes for 2.x }}}

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

Reply via email to