Hi
 
According to Sun's Enterprise Java Beans Developer's Guide, enterprise beans are restricted from  listening on a socket, and accepting connections.
 
What if one of the requirements of your server is to open up a socket connection to receive packets from a third party vendor  (eg. a server listening on a UDP port and using the RADIUS protocal)?  How would the server implement this requirement using EJB?
 
Thanks
Albert

Reply via email to