Tuesday, April 1, 2008

Sneak Peek: Eclipse In The Browser

The whole e4 thing about being able to run Eclipse in a browser with AJAX is really exciting. What most people don't know is that there is another super secret aspect of e4 that's being worked on right now that will allow people to bring Eclipse to just about everywhere, which I think is even more exciting than AJAX. That work is the new HTML port of SWT.

Some screenshots are in order:

Here's a shot of an SWT example, running natively:


Here's a shot of the same example running under the HTML port (click for a larger view with more detail):


The awesome thing about the HTML port is it can be run in ANY browser, even on mobile or other embedded devices. The secret, if you zoom in really really far, is the following:


That's right. The graphics are actually being rendered as HTML text, and use the colour settings of the font to help render the graphics. The beauty of this is that this theoretically works with any display capable of colour text. This makes it possible to run RCP apps on a whole host of new places that previously didn't have the graphical horsepower to run SWT or eSWT. Perhaps we'll even see a text mode port of SWT eventually that won't even require a browser!

Truly this is an exciting time for Eclipse!

3 comments:

Chris said...

Even though this is April 1st, I must say that the first thing I thought when I saw this was, sweet! now I can use eclipse while Gentoo is compiling my GUI!

xinaesthete said...

I just found this post because I saw a post in a forum that mentioned "Eclipse in the browser (which has recently been announced)"... not sure if it was this announcement or some other that they saw :-)

Exciting times indeed, anyway...

xinaesthete said...

Sho'nuff... here's the real one.
http://dev.eclipse.org/blogs/mike/2011/01/11/introducing-orion/

A seemingly ludicrous idea one year, is a reality soon after.