J2ee Connector Architecture (JCA or J2C) - Socket COnnections
I have a requirement to implement a Socket connect to a quote vendor server for the purpose of asking for quotes and processing the response. The request looks like SQL except for the stream level info like lengths etc.. I wonder if anyone has implemented something like this as a JAC (J2C) application and could provide a sample?
In a managed JAC environment the Application Server would provide a pooling mechanism; thus, the connection would remain active and be able to service many requests..