Search |
||
Finally! Grizzly's Bayeux implementation updated (previously called gCometd)!Posted by jfarcand on November 8, 2007 at 12:15 PM PST
After months of inactivities, I've updated the Grizzly's Bayeux implementation (previously called gCometd) to reflect the current 1.0 specification. I'm no longer using the gCometd name based on a note I've read from the cometd-dev team, who recommended to not use their name. But first, thanks to the community for the great feedback I got from the initial Bayeux implementation in Grizzly. Wow the joy of open source! The beta implementation is now available out of the box in Grizzly 1.0.19, GlassFish v2.1 (9.1ur1 b09), Sailfin (how cool it will be to mix SIP and Comet!) and Grizzly snapshots/1.6.2 ![]() The example (grizzly-cometd-chat.war) can be downloaded from here. It uses the latest DOJO Toolkit library (0.9.x). To use it with GlassFish, start GlassFish, enable comet support, and then deploy grizzly-cometd-chat.jar: Then point your browser(s) to http://localhost:8080/grizzly-cometd-chat/index.html If you use Grizzly 1.0.18 or 1.6.2, just do: Then point your browser(s) to http://localhost:8080/index.html Of course for developing I recommend Grizzly standalone as it starts extremely fast (and this is what GlassFish v3 will soon offer). As usual, send me feedback and patches are more than welcome! »
Related Topics >>
Java Enterprise Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|