This content has been marked as final.
Show 1 reply
-
1. Reading UDP packets in J2EE environment
jpiel Feb 16, 2011 7:30 AM (in response to piotrekde)Reading your question my first idea was to implement a Netty-Listener:
http://www.jboss.org/netty and http://community.jboss.org/wiki/Netty
I can't remember exactly but there you've got several individual possibilities to serve requests on any protocoll.
From the Netty-Listener you can can use a remote access to your ejb. But I think the whole suggestion is a very sophisticated solution.