The Artima Developer Community
Sponsored Link

Java Buzz Forum
A Better Web Application Interface, Revisited ... A Rich Client Alternative

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
A Better Web Application Interface, Revisited ... A Rich Client Alternative Posted: Sep 17, 2004 7:46 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: A Better Web Application Interface, Revisited ... A Rich Client Alternative
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

I've tried to be fair with this blog in terms of SWT/Swing, Web Apps/Rich Client, etc. In that tradition, here is an analysis of the way GMail is constructed by John Wilger. I've not looked at the nuts and bolts of GMail myself, but assuming he's correct this looks like a good way to handle web based applications. Excerpt:

When you request the application from the server, almost no HTML is actually loaded by your web browser. Instead, the browser loads an extensive Javascript library that is capable of rendering any interface elements needed by the application. Then, the browser executes a Javascript Init (initialization) routine that communicates with the server via Javascript's XMLHttpRequest object (in MS Internet Explorer, it actually uses an ActiveX object). The server then sends the client-side application a set of instructions for rendering the interface. The Javascript application also communicates with the server using the same method in response to interface events in order to update the view accordingly. Rather than passing HTML snippets to the client (or even regular XMLRPC data), Google designed a custom messaging structure. (Johnvey Hwang takes a look at that messaging structure 1e00 —among other things—in an article about the Gmail API.) The result is an excellent application of the MVC (Model View Controller) design pattern that implements a rich client-side application interface inside your web browser.

Read: A Better Web Application Interface, Revisited

Read: A Better Web Application Interface, Revisited ... A Rich Client Alternative

Topic: Juicing the Ferret Previous Topic   Next Topic Topic: Skype for Mac - 1st experience

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use