users@grizzly.java.net

Re: Async feature and its JavaDoc...

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 20 Nov 2008 13:19:19 -0500

Salut,

huican ping wrote:
> Hey Jeanfrancois,
>
> I have a quick question here.
>
> I noticed that one the web https://grizzly.dev.java.net/, there is a link for:
> Grizzly 2.0 Framework (Work-in-Progress, Release Date 12/2008) binary source Javadoc Getting Started!
>
> Does the JavaDoc for Grizzly 2.0 includes all the API interface for async feature?

Right now it only include the core framework classes. The
http/comet/cometd module aren't yet ported to use 2.0 instead of 1.9
(original grizzly framework)


Or I should look somewhere?
>
> BTW, How well does the Grizzly 2.0 Framework support the async feature if you can give me some idea?

2.0 is a complete redesign of grizzly 1.x. Over the last 4 years we
learned a lot from our users and we want to make a big steps and
re-design from what we have learned. We are working hard to deliver the
first stable version mid December.


I believe it should be pretty well since "Embeddable Comet WebServer
etc" based on those APIs working pretty good.

At the Comet level, the API will stay the same as it build on top of the
http module:

|-------------Cometd ---------|
|-------------Comet-----------|
|--------Servlet Container----|
|-------------http------------|
|-----------framework---------|

So theoretically, nothing should change in terms of Comet support.

Did I understood you correctly?

A+

-- Jeanfrancois

>
>
> Thanks
>
>