|
|
|
Testing your JSPs with JSP Explorer
JSP Explorer is a useful documentation tool for generating Javadocs with live sample code fragments. The code fragments can be written in Java or they can be Java Server Pages (JSPs). People reading the documentation can bring the sample code fragments to life by clicking on the button that JSP Explorer generates. Readers can learn by playing with the live sample program fragments.
|
|
Testing your JSP Web Application.
One of my pet peeves is poor testing of released web sites. I can no longer
count how many times I have gotten a message box popping up, asking if
I want to debug a web site when it errors. (Developers on Internet
Information Server: PLEASE turn OFF the remote debugging on your production
site!) Anyway this not acceptable.
|
|
|