On Mon 31.08.2009 12:45, Emmanuel Lecharny wrote:
Aleksandar Lazic wrote:
I use the IoHandler, I yust want to reuse the connection which I have
created at server startup time.
Which connection ? The connection to your backend (whatever it is, but
let's assume it's a JDBC connection, even if it's not) ?
Yes similar like that ;-)
If so, as soon as the messageReceived() method can have access to this
connection, then you are all set.
Hm I thought to use the session object but I can use a singelton object
from the 'xml-class', maybe this is the better way ;-)
Thanks for the talk.
BR
Aleks