|
From: Andreas S. <an...@sc...> - 2005-08-30 20:46:53
|
Hello everyone, Please consider the InternalResourceView, which re-routes a request through the whole "webapp pipeline" (filters, JSP servlet...) again. Wouldn't it be possible to somehow plug directly to JSP rendering for JSP based views? The main benefit I would expect is that maybe the model could be exposed as page scope attributes rather than request attributes, so they would be local to the page only. The other benefit would be perhaps a performance gain. I'm a bit suspicious that in a large application with many include fragements and such, a lot time is wasted in the "pipeline"... What do you think? Would it be possible? Regards, Andreas |