[OT] Re: Debugging JSP

2004-02-09 Thread James Mitchell
On Mon, 9 Feb 2004, Ramadoss Chinnakuzhandai wrote: Hi, I'm debugging Java code using JBoss IDE installed with Eclipse 2.1 and I found I could not debug JSP using the same IDEthen I installed MyEclipse to debug JSP and tested working fine with JSP when I come to debug Java

Re: [OT] Re: Debugging JSP

2004-02-09 Thread Vic Cekvenich
James Mitchell wrote: - if you rely on JSP debugging, chances are good that you have WAY too much logic in your pages. Consider following an MVC approach. +1 .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [OT] Re: Debugging JSP

2004-02-09 Thread Ramadoss Chinnakuzhandai
- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Monday, February 09, 2004 12:07 PM To: [EMAIL PROTECTED] Subject: Re: [OT] Re: Debugging JSP James Mitchell wrote: - if you rely on JSP debugging, chances are good that you have WAY too much logic in your pages. Consider

RE: Debugging JSP

2004-02-09 Thread Edgar P Dollin
In my experience, if your jsp is so complicated you need a debugger, you should write java classes and/or tags and debug them using junit/httpunit and logging. Edgar -Original Message- From: Ramadoss Chinnakuzhandai [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 10:10 AM