Grizzly Asynchronous Request Processing (ARP) is becoming more and more used. Brian McCallister already blogged about a very good example, Andreas Egloff implemented its SOA HTTP BC on top of it, and Jonas Jacobi and John Fallows were the first to implement the Bayeux protocol on top of ARP. They recently wrote an article about it called Enterprise Comet: Awaken the Grizzly!. If you are...
Quick blog to explain how to enable Server Side Include (SSI) in GlassFish. Since GlassFish SSI implementation is the same as Tomcat, don't be surprised if the next couple of paragraphs looks similar to the Tomcat documentation.SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. They let you add dynamically...
Finally I've moved the Grizzly Framework 1.0.x out of GlassFish. I've got so many private emails on the topic I couldn't resist to start now instead of waiting for GlassFish v2 to go out!Starting now, all Grizzly development will happens outside GlassFish. The first module I've moved is the Framework classes. Next it will be the Grizzly HTTP WebServer.If you are interested to see what it looks (...
The Cometd framework and its Bayeux protocol is now supported starting with Grizzly 1.0.11 and GlassFish 9.1 b35. In this first blog, I will talk about the gCometd implementation, how to enable it and describe a DOJO cometd enabled example.
The Cometd framework is defined as:Cometd is a scalable HTTP-based event routing bus that uses a push technology pattern
known as Comet. The term 'Comet' was...