The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for jfarcand during June 2007

Continuing my Comet exploration, this time I will demonstrate how to write a client side Comet application using Prototype and Behaviour JavaScript libraries. Recently I got a lot of questions about how to write the client side of an AJAX application. So far all the blogs I've written on Comet were mostly concentrating on the server side. My first blog on the topic will use the Prototype...
Grizzly 1.5.1 has just been released and a couple of blogs has been popping recently:Connection Management/Cache in Grizzly 1.5 by OleksiyMulti Selector Threads in Grizzly by OleksiyUsing Grizzly to create a simple HTTP listener by JamesThis is cool...and from the Grizzly mailing list, a couple might pop up soon :-)
Enrique Rodriguez Lasterra has started blogging on Comet (here and here). If you are planning to start implementing Comet in your application, take a look at his blog. It's in Spanish, but event myself I was able to understand it :-).....time to go to Spain and increase the red spot in order to beat the one from Brazil! Who will win, Brazil or Spain? technorati: grizzly comet ajax glassfish
Project Grizzly 1.5.1 has been released and marked as alpha. The reason for marking the release as alpha is mostly because we have made a lot of additions since 1.5.0 and would like to ask the community to test it. We recently got a lot of good feedback and would like to make sure every user of Grizzly can test with 1.5.1 and vote for our upcoming release, targeted as stable. Personnaly I...
With Ajax based applications becoming more and more popular, the usability and performance of such application are critical. Asynchronous (Ajax) requests might significantly reduce performance of an application, and worse, impact it usability. Fortunately, request based priority (RBP) can significantly improve the performance.How? Before I go into the details of RBP, let me first explain the...