YOUR FEEDBACK
E-Commerce 2.0
Brian wrote: I think we're heading in the right direction, but we've still...


2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SYS-CON.TV
TOP THREE LINKS YOU MUST CLICK ON


Web 3.0 - The Lunatics Have Taken Over the Asylum
When the phrase Web 2.0 came out a number of people were sceptical about what it actually means

Digg This!

When the phrase Web 2.0 came out a number of people were sceptical about what it actually means. Being objective, it’s a collection of disparate technologies that make web sites more usable. Everyone wants their user interfaces to look and work better, and most of web developers’ energy over the last decade has been spent focusing on the former. It seems that recently however they’ve decided that it’d be nice to make them actually more usable. 

The page based latency of the web’s POST -> get next page -> go back and have to remember state was always one of its worst points and basically a legacy of the fact the browser and HTML were designed for traversing a set of static HTML documents, not a faked out set of dynamic documents masquerading as a GUI application.  AJAX fixed this by doing clever tricks with JavaScript so the browser can stay on the same page and asynchronously call the server, which combined with script that then peeks and pokes the browser’s DOM with the XML response can be taught to perform some pretty clever looking tricks. What are you going to do with this hack though?  You need a way to make money and hype around it, so like music trends that know how to play on teenage hysteria and immaturity when following trends your new wave phenomenon needs a name. It’s not enough to call it “A few clever lines of JavaScript and various other unrelated technologies that make browsers more appealing”.  You’re not going to get a movement behind you with powerpanels, advisory boards, conferences, working groups, and so forth. For that you need a name, an identity, something that makes people follow you.

This is about the time that someone decided while the fad was AJAX the trend was Web 2.0. Why not? Any fule knows that software comes in releases and 2.0 is better than 1.0. Version 1.0 is buggy, you’re in the late beta testing phase of the coders who were forced to ship by the product group who got tired of slipping dates and losing market share to the competition. Consultants now can put “Web 2.0 expert” on their business card and tell companies that the problems with their J2EE apps are because they’re still using Web 1.0. “Aha” thinks the IT manager.  I remember when we were on version n.0 of something.  It may have been an operating system release, a software product, it doesn’t really matter what.  Their problems then were fixed by installing n+1.0. The syllogism is clear – if you buy the consultingware surrounding it and write more checks you’re going to be on 2.0. Phew – now it all makes sense.

What about the guys like Adobe Flex and Laszlo who already make web sites cool? They want to be invited to the party too, so it’s just a question of using some whiteout on presentation foils and pavilion booth posters to put the words “Web 2.0” on them. Actually I really like both Flex and Laszlo and their technology is solid, I’m just using them as examples who have been forced to follow the trend to remain, well, trendy.

Now it gets worse. I was using Google Suggest this morning, a very cool web site that lets you type into the text box and see in a little drop down the number of page hits that Google have indexed on their servers.  For example, if you type in the words “Java is cool” you get about 7,000,000 results. The search “Microsoft is cool” yields zero.  I like this site. However I typed in “Web 3.0” and it comes up with 27,800,000 results, including one on “Web 3.0 conference” !!!!. What’s all that about ? 

About Joe Winchester
Joe Winchester, JDJ's Desktop Technologies Editor, is a software developer working on development tools for IBM in Hursley, UK.

Ken Adams wrote: Here's a rumor: A company in Ireland received a threatening letter from O'Reilly's lawyers because the company in question is organizing a "Web 2.0" event. So O'Reilly is trying to patent the name? It was all clear that Web 2.0 was nothing more than a marketing tool to satisfy the stereotype manager. And O'Reilly's move proves that... There's nothing there for technical people! Developers use AJAX, they don't do anything with Watchimacallit 2.0. Ridiculous!
read & respond »
SYS-CON Australia News Desk wrote: When the phrase Web 2.0 came out a number of people were sceptical about what it actually means. Being objective, it's a collection of disparate technologies that make web sites more usable. Everyone wants their user interfaces to look and work better, and most of web developers' energy over the last decade has been spent focusing on the former. It seems that recently however they've decided that it'd be nice to make them actually more usable.
read & respond »
SYS-CON India News Desk wrote: When the phrase Web 2.0 came out a number of people were sceptical about what it actually means. Being objective, it's a collection of disparate technologies that make web sites more usable. Everyone wants their user interfaces to look and work better, and most of web developers' energy over the last decade has been spent focusing on the former. It seems that recently however they've decided that it'd be nice to make them actually more usable.
read & respond »
JDJ News Desk wrote: When the phrase web 2.0 came out a number of people were sceptical about what it actually means. Being objective, it's a collection of disparate technologies that make web sites more usable. Everyone wants their user interfaces to look and work better, and most of web developers' energy over the last decade has been spent focusing on the former. It seems that recently however they've decided that it'd be nice to make them actually more usable.
read & respond »
LATEST JAVA STORIES & POSTS
Case Study: Java and the Mac
This is the story of a Mac application developer (okay - it's about two of them) who set out on a quest to find an application development tool based on Java so his boss would let him develop on the Mac platform, which he loved. There was only one catch - he had to find a tool th
A Lightweight Approach to SOA and BPM in Java Using jBPM
SOA is mostly associated with technologies such as BPEL, SCA and Web Services. But does SOA really imply these technologies? In this session we will show how you can use the service oriented approach while staying inside the Java world. jBPM is a powerful lightweight framework th
JavaOne 2008: Uncommon Java Bugs
Any large Java source base can have insidious and subtle bugs. Every experienced Java programmer knows that finding and fixing these bugs can be difficult and costly. Fortunately, there are a large number of free open source Java tools available that can be used to find and fix d
The 4 Core Principles of Agile Programming
One of the things I really enjoy at the moment is the recognition and adoption of agile programming as a fully fledged powerful way to deliver quality software projects. As its figurehead is a group of very talented individuals who have created the agile manifesto (http://agilema
JavaOne 2008: Sun Adds Comprehensive Video Capabilities to JavaFX
Sun Microsystems announced it has entered into a multi-year agreement with On2 Technologies to add comprehensive video capabilities, using On2 Technologies TrueMotion video codecs, to Sun's JavaFX, a family of products for creating Rich Internet Applications (RIAs) with immersive
JavaOne Archives - Dvorak Comments on AMD Intel Lawsuit on SYS-CON.TV
Conference in San Francisco. Dvorak held forth on a number of topics, including the new AMD/Intel lawsuit, the viability of Java and Sun, the value of (or lack thereof) of corporate PR, and whether or not a new book about Silicon Valley is really worth reading.
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
BREAKING JAVA NEWS
KongZhong Corporation Reports Unaudited First Quarter 2008 Financial Results
KongZhong Corporation , a leading wireless value-added services (WVAS) and wireless media co