Information Technology Blog

Monday, April 03, 2006

Why not WebStart?

I think that WebStart is a much better way for implementing web 2.0 highly interactive and productivity applications then Flash and AJAX. Flash is really good for advertising, simple games and other “eye candies”. AJAX is really good for something you would visit on a rare occasion or/and requires something slightly more interactive then dumb HTML form. For serious applications one needs a platform which is scales well. I’m looking at any of the productivity tool @ http://web2.0awards.org/# and can’t help myself thinking that it’s a “black art” trying to implement something like spreadsheet or a word processor using CSS + HTML + JavaScript + DOM + AJAX + [ PHP | whateverserverside ] + [ Flash ]. I just don’t think this is a right tool for the job.

WebStart gives you that scalable application platform. The only downside is the download time. Wait ..., how many hundreds of megabytes of c[ode|rap] your windows automatic update downloaded(wasted) to keep your windows machine operational? See my point?

Important point number 1: If automatic updates never go away, would it make sense to make it the foundational element of the future operating system? Why do I also need to spend much time updating my applications? Why don’t I just start my application and by design it will do whatever it needs to do (perhaps with my permission). This is what WebStart was designed to do:
  • You can make just about any Java application work using WebStart
  • It will automatically check latest version if you are connected to the net
  • You can still use your apps it if you are disconnected.
  • You get rich user interface applications instead of lame web app one
  • You don’t have to trust the code from the net, you may run the code in the sandbox.

Important point number 2: There were at least four things that got the Sleeping Giant caught with pants down: Internet, Netscape Browser, Java, Linux. This is exactly the reason why we have XML on everything, IE, .NET and WS if you catch my drift. There were much better technology ideas like Applets, WebStart, RMI. There were several obstacles thought: the bandwidth, JVM compatibility, java scare and difficulties distributing JVM with operating system. Most if not all of these obstacles are gone now. In some very funny and ironical way Micromedia with Flash were an accidental winners making sure that Flash is gaining momentum (installed base) while Sun and Microsoft are fighting over Java. We might be on the long XML – WS – Flash detour right now.

Remember Corel Office implemented in Java? Is there lesson to be learned? Java was not ready at the time for the application of that scale. The same is true for AJAX today. Just imagine software project with 100k or so lines of Javascript. Think architecture, components, quality control, compatibility. Think staying online just to be able edit document etc.

Flash is very good for very nice looking presentation type things and simple games. It’s tailored for designers and that were it’s main strengths coming from. It’s not a software development tools in the same sense as say C and Java compilers are for example. Try developing software with Flash development tool and you will soon realize it doesn’t scale ether.

Does anybody else think that something like Java + WebStart is the way of the future? Ither that or .Net

0 Comments:

Post a Comment

<< Home