Quick and Dirty <i>(just the way I like it)</i> JSP's.
Submitted by ContentFromOldTotSP on Fri, 04/20/2001 - 09:56
Tagged:
No programmer, no matter how good he or she is, writes bug-free code all the time. (I can attest to that!) And so, most programming languages come with built-in capabilities to catch errors and take remedial action. Well JSP technology is no different. This article written by Vikram Vaswani and Harish Kamath Melonfire (uh, yeah) dives into Exception handling and basic usage of Beans in JSP files. It's quite helpful for someone with little to know experience with JSP's. http://www.devshed.com/Server_Side/Jserv/JSP7/







Comments
Re: Quick and Dirty <i>(just the way I like it)</i>