Raghuveer ha scritto:
In our Web application we are using struts,JSP for plumtree web application.
Does there will be any performance issue using Tiles if i migrate from
present normal layout to struts tiles layout
If with "normal" you mean "single JSPs", then yes, obviously there are
some performance issues. When JSPs are not compiled yet, each piece of
Tiles definitions must be compiled. After that, each tile must show its
content, thus it is like invoking several JSP pages for a single request.
But it's question of a trade-off. With Tiles you can use the "composite
view" pattern, useful if you have several reusable pieces of pages.
HTH
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]