Hi all!

If we have some view helpers on the page for example:

common-layout
...
<jsp:include page="TopPanelViewHelper.action"/>
...
<jsp:include page="MenuPanelViewHelper.action"/>
...
<jsp:include page="LeftPanelViewHelper.action"/>
...
...
/common-layout

each time we request a page, we go through DispactherServlet and it creates
for example LoginPageAction, and after forwarding to jsp we also request
this DispatcherServlet several times for our ViewHelpers, and each time it
creates new actions and do some low level operations on them(bind fields
from request for example). So my question is, doesn't it take too much of
resources while using ViewHelpers?
Sorry for my english:( and thanks for answers;)
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to