> I thought I could use the servlet itself to store data applying to all
> requests, but using the HttpSession didn't seem obvious to me. Do you know
> a place where to find additional information on this topic?
 
> Is it ok to store e.g. an SQL connection object in the HttpSession, so I
> don't have to initialize the connection every time a request comes? Or is
> there a more elegant way/hooks or entry points for doing this?
 
It might be interesting to implement a connection pool class. ;o) 

But I am not an expert in this kind of stuff... 

dovle

--
To unsubscribe, e-mail:   <mailto:soap-user-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>

Reply via email to