About

I am a software developer in Seattle, building a new AI software company.

Ads

August 2009

Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          

Ads


« Generic Algorithms | Main | Whidbey Changes »

July 12, 2004

Comments

Michael Giagnocavo

They say that they will "build on current browser technology", but that they need to extend it... So these great new rich-web-client things won't work with current browsers. In other words, they require you to download a new client. If you're going to download a new client, why not make it the .NET Framework, and then you can get REAL richness?

What I really see here is that they want to keep competing with Microsoft. However, knowing that whatever they come up with will never match .NET or Longhorn, they instead decide to call it "browser technology" and say that's why it's better than Windows, because it's "browser-based".

Eduardo

Yes, but...Longhorn browser apps will run only in Longhorn, so you not only miss the current xp/2000/98 base installations, but also miss all the OsX, *nixes, palm based browsers, etc.

if you will be developing for Longhorn, why not make a Longhorn native app?

Macromedia have a huge win here, because it can run in all platform with flash plug-in installed.

Stephane Rodriguez


Personal opinion, what web browsers badly need is a local persistent format based on some additional namespace schema, only to avoid server-side round-trips after each and every click. This persistent stream would be then synched up with the server-side any time required. I don't know how this actually matches WebDav but this sounds pretty close.

Rob Williams

For a captured audience WinForms is alreayd losing out to Web Applications. Developing internally for an enterprise nearly all applications are web based clients.

We are adding lots of rich client interface functionality by developing our own asp.net controls, though you do have to jump through a few hoops to get the browser to play ball.

As we have a guarenteed web client (IE6) we make good use of javascript and web service behaviours to update the interface, data etc without round trips to the server. Ok its still a browser with some of the limitations of a browser but most of our apps are feeling much richer than that when you use them.

That being said there are lots of advantages to WinForms and as deployment becoming less of an issue now they start to look more attractive again.

My opinion is there is a place for both clienst and will be for the forseeable future...

The comments to this entry are closed.