users@grizzly.java.net

[ANN] Project Grizzly 2.0.0-M2

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Mon, 25 May 2009 21:16:11 -0400

On behalf of Alexey (who crashed his computer :-)), I'm happy to
announce the immediate availability of Grizzly 2.0.0-M2. We've got an
amazing amount of feedback since M1, thanks to this community. You can
download M2 from here:

http://download.java.net/maven/2/org/glassfish/grizzly/

or add the following into you maven pom.xml:

> <dependency>
> <groupId>org.glassfish.grizzly</groupId>
> <artifactId>grizzly-MODULE_NAME</artifactId>
> <version>2.0.0-M2</version>
> </dependency>

Where MODULE_NAME can be:

   * framework: NIO Framework TCP/UDP/TLS
   * http: Web Framework (HTTP Sync/Async supported)
   * http-server: Not compatible (yet) Servlet Container

What changed since 2.0.0-M1 (released 04/21/09)

   * UDP transport now supported (with sample)
   * SSL/FilterChain Codec now working
   * Transport now support multi-binding, add support for unbind()
   * Significantly improved documentation
   * StreamWtiter can write array directly
   * Performance improvements
   * All-in-one OSGi bundle for framework, http and
     http-servlet available. You can launch them by
     just doing java -jar grizzly-<module>
   * etc. etc. etc.

What's coming next release (mid-June):

   * Support for comet/cometd
   * Performance improvement
   * Complete end to end tutorial
   * More NIO code improvement
   * etc.

The easiest way to get started with 2.0.0 is to look at our
grizzly-framework-samples:

   * http://is.gd/DV07

The Grizzly 2.0.0-M2 Javadoc can be browsed from here:

   * http://is.gd/DVhd (include samples)

The Grizzly 2.0.0-M2 Source code can be browsed

   * http://is.gd/DViU (include samples)

Send your feedback to

    * users_at_grizzly.dev.java.net,

or use our Nabble Forum

    * http://is.gd/DVtC

  or tweet us

    * http://www.twitter.com/project_grizzly

THANKS TO EVERY BODY THAT PROVIDED FEEDBACK! Greatly appreciated.

-- Jeanfrancois