Steve
2013-02-11 17:26:55 UTC
Hi,
I have a number a Java webapp with a number of embedded ( in JSPs )
Javascripts and straight *.js files.
More than few times I've built the webapp and deployed it only to find
I've made a trivial error, like forgetting a semicolon in the Javascript.
I've seen that there are some Javascript LINT tools out there.
Is there any particular tool or combination of tools that will highlight
Javascript errors as I go ( similar to what spellchecks do these days by
putting squiggly red line underneath ) or give me error messages at
compile time ( for my Java webapp )?
Thanks either way
Steve
I have a number a Java webapp with a number of embedded ( in JSPs )
Javascripts and straight *.js files.
More than few times I've built the webapp and deployed it only to find
I've made a trivial error, like forgetting a semicolon in the Javascript.
I've seen that there are some Javascript LINT tools out there.
Is there any particular tool or combination of tools that will highlight
Javascript errors as I go ( similar to what spellchecks do these days by
putting squiggly red line underneath ) or give me error messages at
compile time ( for my Java webapp )?
Thanks either way
Steve