Date: 2005-01-06T16:50:47 Editor: TedHusted Wiki: Apache Struts Wiki Page: StrutsWhiteboard URL: http://wiki.apache.org/struts/StrutsWhiteboard
no comment Change Log: ------------------------------------------------------------------------------ @@ -1,5 +1,6 @@ * StrutsJericho (Struts 2.x proposal) * StrutsShale (Struts 2.x proposal) + * TilesTopLevel (Incubator 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]