----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I am currently using kawa (http://www.tek-tools.com)
It's a fairly thin wrapper on the jdk tools (which is, IMHO, good)
so it's speedy and doesn't have a huge learning curve.

The debugger is fine and it's quite easy to get running with Apache and JServ in debug 
mode.
You just set up JServ for manual operation and invoke org.apache.jserv.JServ as the 
class to be run and you're there.

BTW I have also used New Atlanta's ServletExecDebugger. It is a minimal web server. 
The Apache/JServ combination is easier to set up
(html based configuration, a la ServletExec, sounds good until you have to do it) and 
it's a full blown web server. Since you have
source you can even trace into JServ itself for dealing with particularly nasty bugs.


***********************************************************
Brett Knights                             626-432-5767 work
[EMAIL PROTECTED]                 626-355-1017 home
***********************************************************

>
> Steve,
>
> This is a very subjective matter, you should probably evaluate a few.
> I personally like IBM Visual Age for Java 3.0 Professional, both the
> Linux and Windows-9x versions. There is also Forte for Java, with
> built-in
> JSP and Servlet awareness.  Forte has a few pre-release bugs, but they
> are
> working fast on resolving them.
>
> I haven't used the IDE with JServ.  I use New Atlanta's
> ServletExecDebugger
> to debug my servlets, and so far, once debugged they have run
> fine under
> JServ.  For what little I have had to debug, print statements in
> strategic places
> have been adequate.  I have seen some posts though, where you could
> write
> a wrapper class in your IDE that invokes the main() method of
> the JServ
> servlet engine.  I haven't tried this, but this should allow you to
> debug
> with JServ.
>
> Hope this helps,
> Shash
>
> Steve Downey wrote:
> >
> > ----------------------------------------------------------------
> > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> > WHEN YOU POST, include all relevant version numbers, log files,
> > and configuration files.  Don't make us guess your problem!!!
> > ----------------------------------------------------------------
> >
> > Can anyone share experiences/recommendations on an IDE for
> doing Java/Java
> > servlets in general, but with JServ in particular.
> >
> > I'm on NT now, hope to move to Linux soon.  Most interested
> in how good the
> > debugger is and how well it works with servlets.
> >
> > I'm willing to pay, but free/cheap is always a plus.
> >
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Archives and Other:  <http://java.apache.org/main/mail.html>
> > Problems?:           [EMAIL PROTECTED]
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to