Closure Tools were recently released by Google to allow for others to use the same rich libraries that Google uses internally. Its used by Gmail, Google Docs and Google Maps, but interestingly also used by Google Wave. While they don’t actually announce that Closure is used in Wave, the view-source obfuscated mess from Wave does strongly show it.The reason why its use in wave is more interesting than most others is that Wave is in GWT, while the rest are pure JS. This implies that an interface to the Closure Library may be coming to GWT. While the interface doesn’t seem to be made from Closure, there are references to “closure_hashCode” and “goog.net.BrowserChannel”.
Archives
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- May 2007
Categories
Pages
Blogroll
Tags
ajax
algorithm
browser
bugfix
chrome
elitist
export
ExtJS
fast
firefox
flash
future
GAE
google
google wave
hosting
idea
internet exploder
javascript
light
linux
mirror
MirrorTouch
new
pi
python
raphael
safari
shiny
ShinyTouch
site
small
spam
SVG
touch
tween
update
vector
vectoreditor
vX JS
wave
webcam
webkit
wikify
wordpress
I just went to see if you had any progress with your projects(mainly ajaxanimator) and I saw your post. about closure. I just want to say thanks because I always wanted to get into google wave and see how do they do a lot of things(to learn for my OS) and I found out they are using closue which I had o idea what it was until now.
So Thanks!
Isn’t Wave coded in GWT? It seems like Lars stated this directly at i/o 2009 dev preview.
It also obfuscate code quite well.
But the structure should be very different.
Yeah, Wave is GWT, but they seem to also use Closure which makes me believe part of the reason Closure was released is because Wave uses it and will be open sourced too. The names of things are changed quite a lot and so are the variables, but it’s still too similar.