Debugging JSPs with FORTE for Java

2000-04-04 Thread Miller Thomas
Hi, I scanned the jsp-interest archives about how to debug JSPs and found hints to Visual Age Professional and JDeveloper3. Has somebody tried the new FORTE for Java environment? It supports writing and executing of JSPs, but I didn`t get it to accept breakpoints - neither in the JSP page nor

AW: How can I debug JSP

2000-04-07 Thread Miller Thomas
Paulo, I haven't used it, but the feature list on the Borland web site shows that you need the Professional ($799), if not event the Enterprise ($2499) version. Thomas -Ursprüngliche Nachricht- Von: Paulo Cesar Dias Lima [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 6. April 2000

Reusing jsp code

2000-04-19 Thread Miller Thomas
Hi, can someone tell me how to effectively reuse jsp code? I have seen three techniques: i) put the code into a bean -> needs more access to the web server than I have ii) call another jsp -> screen flickers iii) cut and paste -> the usual problems Is there another way that I have missed? Yours