Placing custom js inside external files improve performances
absolutely, by allowing limit bandwidth usage through browser caching
system.
If we're talking about struts2, you should take a look at timer
interceptor (http://struts.apache.org/2.0.14/docs/timer-interceptor.html).
This could get you a
@MaurizioI have included jquery min , but my custom scripts i have put them
in jsp page section inside
Basically,
you never include jquery script inside your page. I try to explain better:
Inside your page you must include only 2 script directive:
1. first one contains jquery reference (f.e.:
http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js).
2. second one contains your custom script
On Sun, Oct 10, 2010 at 12:14 PM, tito wrote:
> If I include some jquery codes in my jsp . will it make the jsp page
> heavy to load ?
>
...
How about including some "jquery codes" and finding out? What's your
definition of "heavy"? What kind of code are you including? How is it being
served? Is
4 matches
Mail list logo