users@grizzly.java.net

Re: UDP Server Architecture

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Wed, 28 May 2008 10:56:13 +0200

Hello Norman,

>
> 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?
>
think Jeanfrancois can provide more extended list of "larger" Grizzly
integrations.
First of all it's Glassfish application server[1], which network layer
is based on Grizzly.
What comes to mind when talking about Grizzly and UDP it's project
Sailfin [2].

> 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.
Well, it depends on you, your requirement, whether to use App server
or not.
Grizzly could work in standalone mode and you can use it as part of
Glassfish application server, as project Sailfin does.

Thanks.

WBR,
Alexey.
>
[1] https://glassfish.dev.java.net/
[2] https://sailfin.dev.java.net/

> Thanks,
>
> Norman Elton
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>