j2ee thread: getServlet() problem .. URGENT
I hope Javadoc specifies clearly that the business
logic to be shared by servlets to be put in a separate
non-servlet class. Also it would be good to put the
logic in separate class and just invoke the method
when required.
Please go through the documentation after the lines
stating that the method is deprecated.
Harry
--- Shriniwas <shriniwas@z...> wrote: > hi
all,
> in my application i have to get the
> refrence to some other servlet
> for to attain some bussiness logic.
> but it is stated in Java-2 API that
> ServletContext.getServlet() method is
> deprecated
> with no replacement . Then can u plz explain me any
> other method to do the
> same.
> it is very urgent...so plz hurrey up guys and help
> me out
> thanx in advance..
> shrini