users@grizzly.java.net

UDP Server Architecture

From: Norman Elton <normelton_at_gmail.com>
Date: Tue, 27 May 2008 16:55:32 -0400

I'm going to begin rewriting a fairly large UDP server application. It
handles and responds to SNMP and Radius requests.

From the examples, I see how Grizzly can be used to create a simple
TCP/UDP server, which is good. Are there examples of integrating this
functionality into something larger than a simple SE application?

Right now, it's a standard JavaSE application, using regular I/O. I'm
looking to improve things by using Grizzly and some sort of
application server to handle starting and running the application. I'm
not really sure what's the best approach here. My application doesn't
not have a web interface.

Any ideas?

Thanks,

Norman Elton