> From: Gerald de Jong [mailto:[EMAIL PROTECTED]]
> 
> would it be insane to suggest that the HTTP requests be turned into
XML
> and
> have the stylesheet actually contain the "controllers" (event
handlers) in
> the scenario?  their job would be to "transform" the http request into
an
> "answer" in the form of XML and eventually HTML (pipelined).  each
> template
> would be analogous to a controller.

Well, it does sound crazy, but maybe it would make sense for some
applications.  Try it :-)

All you need is a simple controller (extending Throwaway, not
ThrowawayBean) that passes the HttpServletRequest.getParameterMap()
object as the model, and a single domify view defined.

> i guess i'm suggesting pulling XSLT up to the front for use in the
> controller
> function of MVC as well as in the view process.  am i nuts?

Nah, it's probably just from walking by the coffee shops in Amsterdam
;-)

Jeff

_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to