Nikolaos,

I can't comment on Stripes Layout memory consumption, nor the use of Tiles.

I can only follow up with what Richard said about JSP 2.0 Tag Files.

I've not used Tiles or Stripes Layout simply because Tag Files exist, and I use 
those instead.

JSP Tag Files effectively are as memory efficient (or inefficient) as JSP pages 
are themselves, since that's effectively all they are -- JSP files converted to 
code and dynamically run at page render time.

Tag Files allow for ready refactoring and adding the right amount of 
abstractions to your JSPs.

Regards,

Will Hartung




------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to