>
> 2.) This big javascript was loaded on every single page

This is an advantage instead of a problem. Browsers can cache this
javascript file, if you put all the javascript in the page, it will:
1. make your pages bigger (not good)
2. prevent the browser from caching the javascript (longer rendering times)

> 4.) For my opinion is a large javascript file harder to debug and maintain
> as some freemarker files

I will side with Eric. I think that moving any static javascript to a
file is the way to go, for the reasons mentioned above and because
reading javascript inside freemarker is kind of hard.

You two should join forces on this jquery plugin effort :)

musachy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to