posted 17 years ago
Hi all,
If a System needs to encapsulate some external interface of wireless network connection. How to achieve this?
I am thinking of either stateless / stateful session bean. But not sure what to use. If it is a simple Socket connection and consecutive requests are related then it may be better to use Stateful Session Bean. But incase of wireless network I am not sure.....
Any thoughts regading Session Beans to use in this situation or can we think about something else.
Thanks
Roy