----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 07, 2003 11:50
Subject: cvs commit: xml-axis/addons/wsil README


> jmsnell     2003/02/07 11:50:11
>
>   Added:       addons/wsil/src/org/apache/axis/components/wsil
>                         InspectionServlet.java
>                addons/wsil README
>   Log:
>   Simple WS-Inspection servlet that lists all of the services deployed
>   in the Axis registry as an inspection.wsil file.  Requires Apache WSIL.
>   Tested with Axis 1.0 and 1.1beta.


cool!

If you look at AxisServlet there are the xdoclet tags there needed to create
the bits in web.xml for our servlet...if you adapt them into your code then
someone running <webdoclet> over the axis source *and* your addon gets the
right settings.

Also, AxisServletBase can/should act as a base class for this; it implements
the engine getting/creation, so you dont have to.

...

One thing I'd like to add in a future version of Axis is JMX support. Not a
vast JMX-centric design like jboss, just enough JMX for (a) management tools
to see what is going on and (b) add-ons to get the AxisEngine without going
into the servlet context.

Reply via email to