Hey all,
I'm looking into ways to program/debug servlets with JDE. Right now my best idea is to
use the
Java Server Web Development Kit (JSWDK) which includes a servlet engine for testing
and debugging
and figure out some way to get JDE to use that. Perhaps we can start the servlet
engine when we
select "Run App" or "Debug App" -- it would put the necessary classes into the proper
directories
and perform whatever voodoo is necessary to get it started.
The trick, though, is figuring out how to attach to the running servlet process and
attaching JDEbug
to it so we can step through code just like a regular app or applet. Does anyone have
any thoughts
how best to accomplish this?
regards,
--Ben