Search |
||||||||||||||||||||||||||||||||||||||||||||||||||||
Blogs by topic J2EE and user jfarcand
J2EE![]()
AsyncWeb, the high-throughput non blocking Java HTTP engine who support asynchronous request processing from POJO objects, can now run on top of Grizzly, the http engine used by GlassFish.
![]()
Slides and comments from Grizzly talks @ JavaOne this year. From the feedback I got, it seems many folks wants Grizzly available outside GlassFish, more examples on how to use the asynchronous request processing extension, and more blogs about tricks and tips with NIO. So before going to hibernate, I will try to push Grizzly binaries to a Maven repository. But more important, have you seen the Grizzly running on the Real Time VM during the Friday keynote?
![]()
Want to use your WebDav client to edit your web-app file using GlassFish? Three simple steps to enable WebDav support in GlassFish.
![]()
We all doubt, do we? This blog will compare the Web performance of GlassFish's Grizzly HTTP Connector with Tomcat 5.5.16 Coyote Connector family (HTTP11, APR).
![]()
This blog will explains how to connect Apache httpd with GlassFish. Starting with build 41, all Jakarta Commons classes has been renamed from org.apache.* to com.sun.org.apache.*, and that add extra steps make mod_jk works with GlassFish.
![]()
The Grizzly HTTP Engine can be extended to support Asynchronous Request Processing(ARP). This time I will describe how to extend Grizzly to support ARP, and will conclude by describing a Google's Gmail Servlet that execute only when new emails are coming. With ARP, Grizzly can now have some sleep, waiting for works.....
![]()
If you use GlassFish for your deployment, this blog will demonstrate a fast way for redeploying your application based on JMX.
![]()
Writing scalable server applications in Java technology has always been difficult. Before the advent of NIO, thread management issues made it impossible for an HTTP server to scale to thousands of users. I'm gonna start blogging on Grizzly, the HTTP Connector based on NIO shipped in GlassFish.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|