Papers From W3C Web Apps Workshop Available 8
cying writes "Position papers from the W3C Workshop on Web Applications and Compound Documents are now available. The workshop will discuss the W3C's future roadmap for web application standards. Many weighed in, including Adobe, IBM, Microsoft, the Mozilla Foundation, Sun, and several mobile companies (including mine)."
Hack built upon hack (Score:5, Interesting)
Re:Hack built upon hack (Score:4, Insightful)
I think there are other advantages:
It could certainly be argued that HTML and HTTP need changes, and perhaps a rewrite (although I doubt a rewrite will happen in the next 10-20 years). There are also undoubtedly many web applications that are written as hacks. But I don't think a hosted application accessible from a browser is a hack.
On an unrelated note, I do question the W3C getting seriously involved in what appear to be server-side issues. I would personally prefer the W3C focus on clientserver standards. There are already plenty of server-side standards (servlets, Perl CGI, etc.) for applications. And the client need not be aware of them.
Re:Hack built upon hack (Score:5, Interesting)
We've had perfectly good frameworks for creating rich GUI applications for years (rich UI features with much more maintainable code). We just don't use them for much because we can't get more than a few thousand people to install an application unless it's *really* important to them. I'd write more, but then I'd end up with a term paper about how/why other attempts have failed (applets, activeX, webstart) and pro/cons of solutions in the works today (Avalon, standard flash components).
Re:Hack built upon hack (Score:2)
The original DARPA grant that started the W3C also included a MIT project [mit.edu] that proposed what is a very nice solution [mit.edu] for distributing rich applications through a HTML-like content language.
Alas some company [slashdot.org] got involved and practically killed this technology, but before their bizzare licensing policies kill it completely you can check out some really cool demos [curl.com] this technology enables.
You mean like XUL and Nexaweb? (Score:3, Informative)
Microsoft's position paper (Score:3, Interesting)
Reminds me of a MS rep at an OSS day, trying to hype their interoperability - using TCP as an example. Muppet.
Re:Microsoft's position paper (Score:4, Interesting)
I don't' think their ignoring the issue. They just don't agree that we should be looking for a declarative solution (and I couldn't agree more):
We wish to present [snip-marketing crap] some experiences on the feasibility of standardization of procedural programming models (in contrast to declarative document formats).
They are suggesting we abandon the idea of using declarative markup for web applications and use real programming languages. I seriously doubt they were suggesting they would share Avalon, so I can only assume they were trying to convince us to create a parallel standard. This isn't that different than the approach XUL takes (MS just uses binary code rather than ECMA-script for the logic).