Maybe i really should put those static methods in Java objects, in that way will get easyer to share with other servlets. It�s plain to see, you right.
> ---------- > De: Erik Price[SMTP:[EMAIL PROTECTED] > Responder: Tomcat Users List > Enviada: segunda-feira, 1 de mar�o de 2004 14:54 > Para: Tomcat Users List > Assunto: RE: how can i get a servlet instance from ServletPool > > > --- Edson Alves Pereira <[EMAIL PROTECTED]> wrote: > > No, i made it static `cause i couldn�t get servlet instance in > > another servlet, that�s solved my problem, but i�d like to know if is > > this > > the best way to solve problems like that? > > Doesn't it seem like you could refactor that functionality out into a > non-servlet Java class and then make use of that class from both > servlets? > > I find it helpful to think of a servlet as little more than an event > handler for HTTP messages, and try to put all my real "work" into plain > old Java objects which are then utilized by servlets (or any other > place I need to use them). > > > Erik > > __________________________________ > Do you Yahoo!? > Get better spam protection with Yahoo! Mail. > http://antispam.yahoo.com/tools > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
