Debugging

The JSP API is based on the Servlet API discussed in Chapter 16. Because of this dependence, the process of debugging a Web-based application using JSPs is practically identical to that of debugging a Web-based application that does not use JSPs.

Several items are important when it comes to building the JSP and the subsequent execution within the JBuilder environment. JSPs are typically not translated into servlets until the first time the Web application attempts to access the page. Errors can occur during the translation phase from the text document into the servlet. To catch defects during the development process, JBuilder allows the developer to force the translation of JSPs into servlets during the build process as a means to ...

Get Borland® JBuilder™ Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.