jsp compiler / tester

Gooberlx2

Lifer
May 4, 2001
15,381
6
91
anyone know of a jsp tester / compiler? (not so much a compiler as opposed to a syntax checker)

it's such a PITA having to upload new versions of my jsp to the server and having to refresh it in a browser window
 

manly

Lifer
Jan 25, 2000
12,839
3,614
136
I'm sure there are some out there, but the only standalone JSP compiler I'm aware of comes with BEA WebLogic Server, which is an expensive commercial J2EE app server.

Why don't you run the JSP container locally on your development machine, editing your content (files) within the web app's document root directory?

The other thing that comes to mind (which I don't have much experience with) is HTTP-based unit testing. Check out Apache Jakarta's Cactus framework and see if it fits your needs.