>>> "Brian K. Buckley" <[EMAIL PROTECTED]> 24-Apr-01 10:15:17 PM
>>>
>> Q1: Is there anything in the servlet spec that addresses this
issue?

>The Servlet API 2.3 specification disallows web applications
>from seeing the server's internal implementation classes.  The
>reason is to solve the problem which you've described.

It's also the case that the 2.3 spec advises that WEB-APP classes
should be loaded *before* the classes from any other source. That
would also solve Dave's problem.

However, these are NOT requirements according to the current spec.
They're tricky to implement too (I know... I'm just doing it for
GNU-Paperclips) so 2.3 containers might not support them from day
one.


Nic

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to