You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Yuhichi Nakamura <NA...@jp.ibm.com> on 2001/03/16 07:46:40 UTC

AxisServlet

I have two quesions on this class.
1. AxisServer instance is stored in ServletContext as an attribute.
Why is there no member variable, namely, "engine" instead?
It is not a good idea to introduce a "bag" which contains anything
because we have to introduce a large number of naming convention.
We should reduce the use of the "bag" as much as possible.
Otherwise, the readability of the code will become quite low.

If this has been discussed already, I apologize.

2. The location of services/handlers-supp.reg is pretty curious for me
at the server side.  It should be located under the servlet home.
I think that you can use ServletContext.getRealPath() for this purpose.

Thanks in advance.

Best regards,

Yuhichi Nakamura
IBM Tokyo Research Laboratory
Tel: +81-46-215-4668
Fax: +81-46-215-7413