Article Discussion
Event-Driven Web Applications
Summary: As developers build rich, application-like Web interfaces, some find the HTTP protocol's stateless request-response paradigm limiting. In this interview with Artima, TIBCO's Kevin Hakman describes a new tool that provides persistent HTTP connections in a scalable manner, allowing for event driven application protocols to be used on the Web.
1 post.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: June 17, 2007 11:44 AM by Abhijit
    Frank
     
    Posts: 135 / Nickname: fsommers / Registered: January 19, 2002 7:24 AM
    Event-Driven Web Applications
    June 13, 2007 4:15 PM      
    In this interview with Artima, TIBCO's Kevin Hakman describes a new tool that provides persistent HTTP connections in a scalable manner, allowing for event driven application protocols to be used on the Web.

    http://www.artima.com/lejava/articles/javaone_2007_kevin_hakman.html

    What do you think of the persistent HTTP connection approach to creating event-driven Web applications?
    • Abhijit
       
      Posts: 1 / Nickname: abhi27 / Registered: October 14, 2006 7:59 AM
      Re: Event-Driven Web Applications
      June 17, 2007 11:44 AM      
      How different is this from COMET?