Each day as an AJAX developer seems to bring another helpful revelation: a
new tool, a new gadget, a new way to reinvent the browser. But even when I'm
confronted with a breakthrough as big as Firebug - the brilliant debugging
tool for Firefox - in the back of my mind I'm reminded that the AJAX
state-of-the-art is trailing behind the debugging tools that we've had in
Java for years. With age comes maturity, and with Java's maturity has come a
wealth of development environments, field-tested frameworks, and a rich set
of strongly typed APIs.
In my current company, we all share a background in enterprise Web
development. Our primary goal has always been to take the most innovative
user interface technologies and massage them into a form that new programmers
can feel comfortable with, no matter the underlying platform. Although I have
significant experience in both J... (more)
Each day as an AJAX developer seems to bring another helpful revelation: a
new tool, a new gadget, a new way to reinvent the browser. But even when I'm
confronted with a breakthrough as big as Firebug - the brilliant debugging
tool for Firefox - in the back of my mind I'm reminded that the AJAX
state-of-the-art is trailing behind the debugging tools that we've had in
Java for years. With age comes maturity, and with Java's maturity has come a
wealth of development environments, field-tested frameworks, and a rich set
of strongly typed APIs.
In my current company, we all share a ... (more)
A fast-moving Comet is about to impact the Internet. When it hits, it will
wipe away the architecture flaws we have lived with for the past 15 years and
allow a new World Wide Web to evolve.
This new Web will include applications that are instantly on and always on,
applications that are truly multi-user, and applications that go far beyond
today’s “click and wait” Web solutions.
Brace for Comet Impact
Comet (or Reverse AJAX) introduces a significant departure from the stale
“click-and-wait” interaction we traditionally associate with Web
applications, and resurrects push-style c... (more)