Tool to ensure quality over JSP

N

Nacho Lafuente

Hi all,

I'm working on a quality assurance project that has already dealt with
java code, and immediatly followed by JSPs. I mean it checks quality
as it compiles java source code (javac), generates javadoc, applies
Java style guide rules (checkstyle -
http://checkstyle.sourceforge.net/), executes tests (JUnit) and
creates a copy of source code (Java2Html), and alltogether published
to be WWW browsed.

To ensure quality over JSP I've thinking about:
* tomcat JSP compiler (jasper-jspc) to compile
* grammar parser (JavaCC, AntLR) to develop a tool that parses JSP and
applies quality rules (similar to checkstyle)JSPs, but no idea about
any tool to enforce quality JSP programming rules.

Any advice? Does anyone know about a tool that already implements this
funcionality?

This quality program will be later expanded to deal with HTML,
javascript, CSS and many other languages.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top