Stories
Slash Boxes
Comments
typodupeerror delete not in

Book Reviews

Recent reviews from Slashdot readers:

Submitting a review for consideration is easy; please first read Slashdot's book review guidelines. Updated: 2008114 by samzenpus

Comments: 158 +-   Google Releases Open Source JavaScript Tools on Thursday November 05, @06:24PM

Posted by timothy on Thursday November 05, @06:24PM
from the see-not-evil dept.
google
software
technology
Dan Jones writes "Google has open sourced several of its key JavaScript application development tools, hoping that they will prove useful for external programmers to build faster Web applications. According to Google, by enabling and allowing developers to use the same tools that Google uses, they can not only build rich applications but also make the Web really fast. The Closure JavaScript compiler and library are used as the standard Javascript library for pretty much any large, public Web application that Google is serving today, including some of its most popular Web applications, including Gmail, Google Docs and Google Maps. Google has also released Closure Templates which are designed to automate the dynamic creation of HTML. The announcement comes a few months after Google released and open sourced the NX server."
story

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Nice... (Score:3, Insightful)

    by socceroos (1374367) on Thursday November 05, @06:39PM (#30001564)
    These could come in handy. Google has had a fair bit of experience making Javascript apps that run acceptably. I've got a project coming up, and I'll bookmark this for consideration.

    Thanks Google. =)
    • Re: (Score:2, Interesting)

      These results are very impressive. I fed it a 445KB Javascript file for one of my applications and it was able to reduce that to only 9KB of code! Who knew that 90% of that code was just cruft? It even had the added bonus of randomly inserting subtraction operators in the middle of my identifier names and constants.

      closable:f-alse
      suc-cess:function(){window.location.reload(true)}

      I also gave it the URL of a 860KB JS file which it claimed was "unavailable", despite being able to load the 445KB file in the s

      • Re: (Score:3, Insightful)

        by tixxit (1107127)
        I am pretty sure that the Closure Compiler is meant to be used with code written for, and in the style of, the Closure Library.
  • by John Whitley (6067) on Thursday November 05, @06:42PM (#30001584) Homepage

    Good grief. Homophone insanity. We've got Clojure [clojure.org] doing interesting things in the language and concurrency space. Block support in C/Objective-C [thirdcog.eu] reinjecting "closures" into everyone's vocabulary. And now Google jumps in with "Closure" just to make sure that no one has any idea what anyone else is talking about...

    • by Anonymous Coward on Thursday November 05, @08:10PM (#30002126)

      Sounds like a real clojure-fuck.

    • They are continuing with the work they started with the "Chrome" browser, making sure nobody find out that Mozilla invented "chrome://" or what it can do with that.

    • Good grief. Homophone insanity. We've got Clojure [...] "closures" [...] And now Google jumps in with "Closure"

      It's worse than that; there's also Clozure Common Lisp [clozure.com].

      • Re: (Score:3, Funny)

        by rjstanford (69735)

        First google steals "chrome" from mozilla

        Yeah, because nobody before Mozilla used the word "chrome" to describe user interface elements...

        Before you know it, auto manufacturers will be using it to describe shiny yet non-functional external parts of their vehicles that aren't even tied to the powertrain! Those bastards!

  • Unimpressive (Score:5, Interesting)

    by BitHive (578094) <teamlol AT gmail DOT com> on Thursday November 05, @06:44PM (#30001596) Homepage

    Half the demos don't work and these widgets are hideous even by Google standards. I'm gonna stick with ExtJs for the forseeable future.

    • Re: (Score:2, Interesting)

      by lhoguin (1422973)

      Looking at the library's source code, I don't find many new things that I can't already find in another library. I'm sure there's interesting components, but this looks more like another case of NIH than anything. If their code really is faster I'd rather have them work on existing libraries and try to speed things up for everyone rather than creating more of the same thing.

      Of course, if everyone uses Google's tools and libraries, it makes things easier for them to optimize Chrome, which is probably the who

      • Re: (Score:3, Insightful)

        by jhfry (829244)

        Of course, if everyone uses Google's tools and libraries, it makes things easier for them to optimize Chrome, which is probably the whole point.

        Uhh... no.

        I would imagine that Google had been developing these libraries for years prior to even thinking about building a browser. This also explains why they have their own libraries rather than using "existing" libraries... their libraries are "existing" libraries. In fact, I would wager that their libraries were more complete than many of the competing libraries were a few years ago.

        I am guessing that if you were to compare Google's libraries to many of the "existing" libraries you wish they would co

  • by gmuslera (3436) on Thursday November 05, @06:50PM (#30001638) Homepage Journal
    I know that it probably work in current major browsers without problems, but somewhat look a bit like a push towards Chrome. If things start to base more and more in javascript, specially complex one, not only the old browsers will die (ok, killing IE6 for good is an obligation for the future of mankind, or at least internet), but also current/competitive browsers not so fast at the javascript arena will get a big hit too. Good enough will stop being enough when most internet need complex javascript and a blazing fast javascript engine to work. But i suppose that is better that it be based on open standards from the start than the adoble flash way.

    I suppose that complaining about this sounds like asking to forget civilization and go back to rural communities and simpler old way of life, but sometimes you miss the good old web as it used to be (yes, even the slashdot comment editor from 1997)
    • Re: (Score:2, Informative)

      by maxume (22995)

      You can turn on the old comment system (well, the pre-javascript one, I don't remember if it is the same as what there was in 1997).

    • by Rylz (868268) on Thursday November 05, @07:09PM (#30001764) Journal

      look a bit like a push towards Chrome.

      Funny, I've also heard this argument the other way around. A lot of people seem to think that Chrome is actually meant simply to push every browser developer to build faster JavaScript support and to catalyze other technologies that will allow Google to develop better web applications. Maybe this release is also a push towards those goals.

      • Re: (Score:3, Funny)

        by the_womble (580291)

        That makes a lot more sense. Google does not make money from Chrome. It does make money, and plans to make more, from web apps that benefit from fast javascript.

        Incidentally, is MS improve Javscript performance? I know Mozilla are.

    • Re: (Score:3, Interesting)

      If things start to base more and more in javascript, specially complex one, not only the old browsers will die (ok, killing IE6 for good is an obligation for the future of mankind, or at least internet), but also current/competitive browsers not so fast at the javascript arena will get a big hit too. Good enough will stop being enough when most internet need complex javascript and a blazing fast javascript engine to work.

      It's not really that bad. I've been developing a pretty massive application based on ExtJS that runs surprisingly fast in IE6. In Chrome or Firefox it runs very fast. I'm talking about 450KB minified Javascript files here, doing things like laying out data in sortable filtering grids, tree structures, drag and drop, etc. I'm surprised at how well IE manages to use it.

    • by nurb432 (527695) on Thursday November 05, @07:22PM (#30001858) Homepage Journal

      It also kills off older hardware that was perfectly fine for rendering server side processing, but will choke with this move back to client side ( which personally, i think is the wrong direction, but that is a different discussion )

      • If you want a server to draw the page for you, you might as well just run an ordinary modern browser on that server and connect via x11/citrix/whatever.

        You'll get about the same effect, and won't have to wait for everyone to adopt your plan.
  • by Joe Snipe (224958) on Thursday November 05, @06:56PM (#30001678) Homepage Journal

    Try Closure! It's open!

  • by Lemming Mark (849014) on Thursday November 05, @07:14PM (#30001812) Homepage

    "The announcement comes a few months after Google released and open sourced the NX server."

    That's a bit confused... it may just be a typo but it's resulted in a misleading statement. Google released *their* NX server as open source. Previously the FreeNX project had independently created an open source NX server, using libraries provided by NoMachine (inventor of the NX protocol) who provide all of the clever compression stuff from their server as open source libraries.

    The summary makes it sound like Google were solely responsible for the existence of an open source NX server, whereas actually I'd say they're "standing on the shoulders of giants (NoMachine), next to some other dude who was already up there (FreeNX)"

  • Apache v2.0 (Score:5, Informative)

    by RiotingPacifist (1228016) on Thursday November 05, @07:16PM (#30001824)

    It seams silly to mention that it's open source without giving the license. Btw It's not copyleft, allows linking from other licenses and is GPLv3 compatible

  • Lego-like (Score:5, Informative)

    by Art3x (973401) on Thursday November 05, @08:20PM (#30002194)

    The Closure Library has a lot of useful-looking classes and functions, like for working with Arrays, Dates, or the URL. They're divided into short files, so that you can use just the parts you want and not have to download one big file.

    jQuery has definitely been a great library, especially at finding things in the DOM. And I think its API for handling events is easier (definitely less to type) than this. But it doesn't have all of the things that this has --- short helpers that probably I would end up writing on my own (and already have started to).

    I'm also interested in the UI Widgets like an Autocomplete text field. I've been waiting for the jQuery UI team to finish that one widget for months, but for some reason their development is so slow!

    Standard Disclaimer about JavaScript:

    1. 1. JavaScript is a nice language.
    2. 2. Writing JavaScript to work in Internet Explorer, Firefox, Safari, and Opera is a nightmare like no other.
    3. 3. Mainly it boils down to writing JavaScript to work in (A) Internet Explorer and in (B) browsers that are not Internet Explorer.
    4. 4. The "core" JavaScript is really nice: dynamic typing, super-short syntax for hash tables, arrays, regular expressions; dot-chaining of members and methods.
    5. 5. The browser API, or "DOM", part of JavaScript is different in IE than in the rest, and this, I think, is the main reason it's a pain. But jQuery and other libraries smooth this over.

    Like has been said, watch the Google Video "JavaScript: the Good Parts" to elaborate on this. And if you hate JavaScript but are forced to write it and haven't read JavaScript: The Definitive Guide, it's the best book on JavaScript and one of the best O'Reilly books period.

    • 2a Trying to get your Javascript to work in Facebook's sandboxed version (FBJS) only make the nightmare worse.

  • wait... (Score:3, Funny)

    by smash (1351) <jethro,rose&gmail,com> on Thursday November 05, @10:43PM (#30002884) Homepage Journal
    ... is google evil this week, or not?
  • by Chrisq (894406) on Friday November 06, @03:28AM (#30003766)
    GWT is a great Java to Javascript environment, but falls down in that to produce new components (ouside the toolbox provided) is difficult and requires raw javascript. Does anyone know if these products integrate or work together, because what would be really nice would be to be able to use closure to produce GWT components
    • Re:My gawd (Score:5, Insightful)

      by prozaker (1261190) on Thursday November 05, @06:43PM (#30001594)
      its either javascript, flash or silverlight.
        • Re: (Score:3, Interesting)

          It's a sad thing that mono is currently better supported on GNOME than Java. Where are the Java desktop programs?

          Anyone unhappy with Flash and Silverlight should really push JavaFX and make his/her desktop Java-ready. Let's kill Silverlight and Flash with Javascript and JavaFX, the open languages.

          • Re:My gawd (Score:4, Interesting)

            by Nefarious Wheel (628136) <nefariouswheel.gmail@com> on Thursday November 05, @09:37PM (#30002618) Journal

            Let's kill Silverlight and Flash with Javascript and JavaFX, the open languages.

            Sad face here, I wonder just how open Java will remain. Consider: Java was defined by the Sun Java Test Suite, wasn't it? And now Oracle owns Sun. Oracle has long been known to me as a very agressive closed, proprietary company living off their software licenses.

            Should the Open Source community still be backing Java, now that the rather benign hand of Sun is no longer controlling it? Is it time to rally around something else now? Some language where you aren't in danger of being sued for infringement if you copy a test suite?

            I am worried about Oracle pulling the strings, at some point they may think it in their best interests to act in such a way as to drive the language to more proprietary platforms. It's within their scope to do so, and it may be in their best interests to try. What was once the language choice for clear sailing is now in treacherous waters I think. Write once, run everywhere - for a given value of "everywhere".

    • Re: (Score:3, Insightful)

      by Dhalka226 (559740)

      Personally I find your post to be completely trollish, but let's go ahead and assume everything you've said is correct.

      So what?

      I don't personally find web-based tools better than ones I install on my own system. Let's go ahead and assume that nobody does and nobody ever will. Why is it wrong or in any way bad that web sites want to push as close as they can to that functionality, either as a replacement for it or simply to enhance their own users' experience? If it becomes the problem you're oh-so-af

      • Re: (Score:3, Insightful)

        by somersault (912633)

        I used to hate the idea of web apps, then I started to see them as an important tool for helping people transition away from Windows. Unless we all standardise on one OS though, which probably will never happen, then web based or otherwise interpreted apps will continue to be very useful, so I've just kind of accepted it.

        I can't wait to use some of this stuff in some of my projects here at work. I first tried to get into dynamic web pages when the whole lack of standards between IE and Netscape was making d

    • Re: (Score:3, Insightful)

      Why are people investing so much in a fundamentally flawed scripting language that has almost no use at all outside the browser

      Got any other [well supported] options?

    • Re:My gawd (Score:4, Insightful)

      by Post-O-Matron (1273882) on Thursday November 05, @07:08PM (#30001758)

      Let me guess: you're a non-web developer? A.K.A a "real" developer.

      Well, in the current web world saying "why use Javascript??" is about a smart question as asking "Why use C??" or "Why use Java??" in the desktop world.

      It may have 10,000 flaws in it, but that's the de-facto standard ATM.

      Furthermore, unlike the desktop realm were you install your dependencies with an installer, in the web you have to wait 5 years for the crap old technologies to drain out after the new better one comes out.

      None of us would use Javascript if we had a choice, but we don't. So toolkits like JQuery or this release by Google are life savers.

      • Re:My gawd (Score:5, Funny)

        by RichardJenkins (1362463) on Thursday November 05, @07:26PM (#30001890)

        in the web you have to wait 5 years for the crap old technologies to drain out after the new better one comes out.

        Pah! Optimists...

        • Re:My gawd (Score:5, Insightful)

          by Mr. DOS (1276020) on Thursday November 05, @10:39PM (#30002872)

          Why is this modded funny? Apparently someone's forgotten that IE6 was released in August 2001; it's taken just over eight years for its market share to be superseded by another browser, and it's still firmly entrenched in some corporate environments.

                --- Mr. DOS

      • None of us would use JavaScript? Maybe one of us likes it.

        Stop confusing the DOM with JavaScript. I think you'd be hard-pressed to find 100 flaws, and less than 10 core language problems (e.g., non-library), with many in both lists being subjective issues.

        • Re: (Score:2, Insightful)

          I'm not confusing anything with anything. I'd like to have real OO syntax and proper error handling. Debugging JS or maintaining a large JS codebase is a nightmare.

          Sure it's awesome for small things here and there, but the problem is exactly the fact that it's usage has grown way beyond that.

          • Re:My gawd (Score:5, Informative)

            by markkezner (1209776) on Thursday November 05, @09:53PM (#30002696)

            I'd like to have real OO syntax

            What is it about JS's OO syntax that isn't "real"?

            Is it because it's prototype-based instead of the class-based paradigm that you're probably used to? There are actually some advantages (and disadvantages) [gatech.edu] to this approach. Just because it may not be what you're used to or comfortable with doesn't make it bad.

      • by Flammon (4726)
        If I had a choice, I would use Javascript.
      • Re:My gawd (Score:5, Interesting)

        by kripkenstein (913150) on Friday November 06, @03:35AM (#30003792) Homepage

        None of us would use Javascript if we had a choice, but we don't. So toolkits like JQuery or this release by Google are life savers.

        JavaScript the language is actually very nice - the main problems with 'JavaScript' are browser inconsistencies, the DOM, etc. etc.

        But if you take JavaScript itself, then yeah it has some problems - it was rushed - but it has good parts [blogspot.com]: It's a dynamic language, supports closures, first-class functions, convenient object definition syntax (from where we get JSON), etc. Due to its ubiquity, it also has the most secure and fast engines of any dynamic language (except for LuaJIT, but a comparison there is a topic all in itself).

        Because of those, JavaScript is being used more and more as a scripting language outside of web browsers, for example in desktop environments, game engines, etc. If you stick to good coding practices in JavaScript, you can write large and robust applications in it.

        But, again, to return to the original point, the current state of JavaScript in browsers is very messy. Which is why we need things like jQuery, and maybe this new library from Google as well.

        • Re: (Score:3, Insightful)

          To extend the analogy someone else used earlier, OO in Javascript is like attempting to tighten a screw with a hammer.

          • Re:My gawd (Score:5, Informative)

            by kripkenstein (913150) on Friday November 06, @03:40AM (#30003802) Homepage

            To extend the analogy someone else used earlier, OO in Javascript is like attempting to tighten a screw with a hammer.

            I respectfully disagree.

            See for example John Resig's approach [ejohn.org]. Basically it adds more familiar class-based inheritance to JavaScript, building upon the existing prototype-based inheritance. I am using it in a large project (see my homepage link), and it works great. Btw, it seems Google has something similar in the Closure Library, as well, but I didn't check if it was as concise as Resig's.

            JavaScript is a flexible language (Crockford once called it "Lisp in C's clothing"), which lets you 'extend' it in ways like the one linked to above.

    • Re:My gawd (Score:5, Informative)

      by asdf7890 (1518587) on Thursday November 05, @07:09PM (#30001768)

      Why are people investing so much in a fundamentally flawed scripting language that has almost no use at all outside the browser and that Palm Pre thing that is basically a browser in a plastic case?

      Actually JavaScript is a rather good language in many ways, though it does have some flaws. Give "JavaScript, the Good Parts [oreilly.com]" a quick read some time.

      The main problem in the place where people usually see the language, in the browser, is when interacting with the Document Object Model in browsers - a model that isn't exactly my favourite environment to start with and that is before considering all the hacking you have to do to get things to work well on multiple browsers (even when only considering modern versions).

      • And Ruby, PHP and Perl. Check it out for yourselves: http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=v8&lang2=python&box=1 [debian.org]

        • by Dragonslicer (991472) on Friday November 06, @09:08AM (#30005242)

          It's also faster than Python And Ruby, PHP and Perl.

          Languages can't be faster or slower than other languages, since a language is just a syntax specification. Compilers, interpreters, and other runtime environments are what you would compare for speed. In the case of JavaScript, you have several competing implementations (at least 4 or 5 that are well known, plus many others that aren't well known), and speed is probably the only significant selling point in any of them. With the rest of the languages you list, there's really only one commonly used implementation of each, and it's written by the same group that's responsible for the language specification, so there tends to be less focus on speed of the interpreter and more focus on adding new features to the language itself.

    • It's not that rare. Many cellphones are going this route nowadays as well as the Mac OS X dashboard widgets and Mac OS X apps [macosx.com]. Then of course, there are the gtk javascript bindings [arstechnica.com].

      Javascript is finding itself in more and more places nowadays.

    • Re: (Score:2, Informative)

      by Azureflare (645778)
      Okay wow, spent some time looking over the API reference.. This thing seems awesome! I love the UI components they've opened up. Those could be pretty useful. Too bad it might mean having to rewrite all my jquery code to closure, but maybe that's not such a bad thing. There's a lot of things in there that would be very nice to use. I'm probably going to try creating some simple projects before adopting it though.

      You know what'd be great? If there were more tutorials that show off a lot of the functional
      • Re: (Score:2, Informative)

        by Azureflare (645778)
        Addendum: I realize their various apps use this as their language but when I say "demo" I mean demo with source code (e.g. tutorial :)

        P.S. WTB edit feature on slashdot.
No man in the world has more courage than the man who can stop after eating one peanut. -- Channing Pollock