-------------------------------------------------------------------
Announcing The Release Of The EnhydraServletDebugger Version Beta 1
-------------------------------------------------------------------
Lutris Technologies is proud to announce the release of the
EnhydraServletDebugger!
What Is It?
-----------
A free debugger for developers who are writing servlets.
It is a servlet you run along with your own servlet. It allows you to monitor
the requests made to it, the calls it makes to the servlet API, and
the responses it produces. You do not have to modify your servlet in any way.
Who Is It For?
--------------
The debugger is intended for engineers writing servlets. The information
it gathers and displays is extremely useful in tracking down bugs in servlets
under development.
The EnhydraServletDebugger will run in any servlet environment. Special
additional installation instructions are included for Apache JServ users.
What Does It Do?
----------------
Using a special URL, requests are made to the debugger and then forwarded on
to the target servlet. The debugger keeps a queue of requests and responses.
Every detail about the request and response is kept. Also, a trace is kept of
every call to the servlet API (e.g. getHeaders()), including the result of the
call. For text output, a copy of the output is also kept eliminating the need
to use "view source". The time spent in the service() method is recorded.
An applet shows the list of requests in real time as they occur. Simply click
on a request to see the data gathered about that request (see the screen shots
below).
Download
--------
Download the EnhydraServletDebugger via your browser from the following URL:
http://www.enhydra.org/cuts/EnhydraServletDebugger_b1.zip
See the file README.html for installation instructions.
Screen Shots
------------
The following links show off the EnhydraServletDebugger in action.
Request details: http://www.enhydra.org/media/screenshots/SADebuggerRequest.gif
Servlet API trace: http://www.enhydra.org/media/screenshots/SADebuggerTrace.gif
Response details: http://www.enhydra.org/media/screenshots/SADebuggerResponse.gif
Contact Us
----------
This software is still in beta. If you have problems or run into errors, or
even if the instructions are not clear, please drop me a line. I wrote this
program, and have been using this kind of debugging for a long time. I know
how much time it can save developers. I want to get it stable so that as many
developers will use it as possible. To do this I need feedback from you the
user. Conversly, if it works perfectly I need to know that too.
The EnhydraServletDebugger is an Enhydra application, for more information
(including the debugger source) see www.enhydra.org.
For more information on Lutris Technologies, see www.lutris.com.
-----> Please report success or failure to [EMAIL PROTECTED] <------
Thanks for your help. Enjoy!
Andy John
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]