Making rich webapps actual webapps

Nov 29, 2004 02:53 · 240 words · 2 minute read

I was going to write a follow-up to Scott Delap’s rich webapp rant, but it turns out that Frank Carver has already written it. There are a number of things that creating a webapp gives you “for free”: back/forward, printing (of everything), bookmarks, URL cut/paste, reload/stop, etc. People like these features. In fact, the Swing app I’ve been working incorporates a few of these features, because they represent a minimum set of functionality that people have come to expect.

Frank makes great points, though. There are good reasons to create rich webapps. If you do, make sure that the thing still behaves like a webapp. It’s good to remember things like bookmarks, while making a webapp that reduces “server round-trips”. For example, in gmail, maybe I’d like a bookmark to a conversation… as far as I can tell, I can’t do that. (Why would I want a bookmark to a conversation with such great search features? Beats me… so, maybe it’s a trumped up use case.)

Even if the gmail example is not valid, I’m sure there are plenty that are. Imagine a customer relationship management app. If a salesperson is working with one particular customer a lot, they may wish to bookmark the main contacts page for that customer for quick access. That seems like a good feature to have, and it’s one the browser gives you for free, if you don’t try to work around its standard mechanisms.