Sun Said What?!

By Lachlan Hardy
1101h Monday, 22 October 2007 Permalink

Back in May, I read an article describing a Sun Microsystem project to replace Ajax. What caught my attention was the attitude towards existing web technologies .

Turns out the author had the focus of the article all backwards (at least I’m sure the Sun engineers would think so). The Ajax example was simply that. Sun’s Project Flair was implementing something far far more complex.

Earlier this month, the project announced the open sourcing of the Sun Labs Lively Kernel , an implementation of the Morphic user interface framework in JavaScript.

This is the point at which all the hardcore CompSci programming freaks start salivating. Squeak on the client side? Imagine using Seaside for server development and Lively Kernel for the client!

For those unfamiliar, and I can thank Myles Byrne for introducing me to these concepts at the first RailsCamp , this means that the Lively Kernel environment can be extended and developed while programming inside the that same environment - no reboots or compiling needed. If that sounds esoteric, it is, extremely so; but it’s also as powerful as it is difficult. Which is why those CompSci geeks are drooling.

Meanwhile, my inner standardista is screaming.

Our goal is to build a platform using a minimum number of underlying technologies. This is in contrast with many current web technologies that utilize a diverse array of technologies such as HTML, CSS, DOM, JavaScript, PHP, XML, and so on.

Sun Labs Lively Kernel .

That quote resides in the Motivation section of the Lively Kernel description. It evens sounds quite reasonable. Who wouldn’t want to cut down on the number of things you have to learn in order to be good at this thing we do? Being a skillful generalist is hard .

Not everybody can do what we do, and I’m not dissing these guys because I know they can program rings around me, but being hot programmers doesn’t make them web developers. The reason the web works is because of that layered approach. Because of those disparate technologies that can be drawn together to make something strong, elegant and stable.

Building an entire website or “web application environment” in JavaScript strikes me as an interesting experiment and I know people who’ve done similar things (wave Myles again, everybody), but it is not where the web should be progressing towards.

Simplification is good. I’d love some more simplicity in my day-to-day work! But bringing everything down to a single uniform level is pushing that too far. It’s called putting all your eggs in one basket. Or even worse, it’s called a monoculture. If you want some intense thought cud for the next weeks or months, go and read Anil Dash on Monoculture and Web 2.0 .

On that note, I’ll leave with a quote that sums up how at least some people at Sun are thinking about the web and web technologies right now:

AJAX sort of deals with all of the old way of doing things. It makes it simpler, which is great, but underneath it’s still all this junky HTML, Document Object Model, CSS, all that stuff, where 30 years ago, we knew how to do that stuff cleanly with a dynamic programming language and a simple graphics model

Dan Ingalls quoted in Sun Eyes a JavaScript Alternative to AJAX .

Comments

There are 4 comments on this post.

Halans
1149h Tuesday, 23 October 2007 Permalink

Was as the Sun Developer Day last week. You would expect to be going away all inspired and ready to code some cool stuff… Hmmm, nope, not in case of Sun… I wonder if Sun is still relevant actually. One of the things they talked about was how they made money, because they are giving the software all away for free. They said that if we the developers write cool stuff (using their software), loads of people would use it, so you would need a decent infrastructure. As an example they said that Facebook adds about 100 servers per month. So in the end they are just a hardware company. I guess they want to start selling consumer hardware now, so we can run those client-side apps?

Lisa
1501h Tuesday, 23 October 2007 Permalink

Sun are totally irrelevant in the web development arena from what I hear, so it doesn’t surprise me at all to see you say that JJ.

Lachlan Hardy
1443h Wednesday, 24 October 2007 Permalink

Good points! I remember being really surprised when I first realised Sun sold hardware but it makes more and more sense.

Most Java devs I know don’t care about accessibility etc on the front end, but for some reason it still shocked me to read those quotes.

Craigus
0916h Thursday, 06 December 2007 Permalink

If only I’d read this I may have been able to wow you with your own information :)

New comments are no longer enabled on this site.