danpersson
Programmer
I'm a Java dekstop programmer, but I've recently been working on a J2EE project.
I have a remote device that comes online periodically and initiates a tcp connection with my server.
I'm looking for the right component to use to react to this. Once the connection is established, my server needs to poll the device for information (multiple transactions) and then store the information in a database.
The polling is done in a proprietary protocol.
EJB seems to be the natural answer, but everything I've read has indicated that they are limited to one transaction with the remote device.
I have a remote device that comes online periodically and initiates a tcp connection with my server.
I'm looking for the right component to use to react to this. Once the connection is established, my server needs to poll the device for information (multiple transactions) and then store the information in a database.
The polling is done in a proprietary protocol.
EJB seems to be the natural answer, but everything I've read has indicated that they are limited to one transaction with the remote device.