users@grizzly.java.net

Re: Grizzly tutorial

From: Tigran Mkrtchyan <tigran.mkrtchyan_at_desy.de>
Date: Thu, 10 Feb 2011 10:03:09 +0100

Hi Astrid,

I have started with "Grizzly Migration Guide"

http://survivant.wordpress.com/2010/05/24/grizzly-migration-guide-part-1/
http://survivant.wordpress.com/2010/05/24/grizzly-migration-guide-part-2/
http://survivant.wordpress.com/2010/05/24/grizzly-migration-guide-part-3/

Unit tests and examples available from grizzly code base are very useful
as well.
I have implemented SUN RPC based server and client using ProtocolParser.

Probably Grizzly is not the most developer firendly NIO frameworks, but
as soon as you understand how it works every thing becomes clear.

Regards,
   Tigran.

On 02/10/2011 08:50 AM, mkrtch.ast_at_gmail.com wrote:
> Hello All,
>
> I'm newbie here. Where can I get a Grizzly tutorial from?
>
> Currently I'm developing project on Glassfish v3. I need to implement a
> TCP/IP server module as a part of my project back end, it should be
> able to communicate with non-Java clients by transferring text messages
> in a scheduled order. I'm going to use Spring.
>
> Please help me to find a tutorial for this issue. I didn't use Grizzly
> before.
>
> Thanks!
> Astrid