Hi all !
I'd need to create a Resource Adapter which connects to an EIS via sockets. I've gone through the HelloWorld example code in the documentation however I cannot figure out where should I store the socket handle to the remote EIS? (so that I can re-use it between calls to the resource adapter). Maybe, should I store it into the HelloWorldManagedConnection as class variable ?
Thanks
Max