Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Lew Newsgroups: comp.lang.java.programmer Subject: Re: tools for programming applets Date: Sun, 22 May 2011 22:01:53 -0400 Organization: albasani.net Lines: 53 Message-ID: References: <028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net dwgwbRRv1jqTDL1jtlW2JpMNH050UX1isMNlKO9p3zhjkL3l/fVi/Q9xX9aNuSudM5ZXhUzZY5WQrHRVgBQ6UlJJm49C5ocTtcot9MRlNB22OXWTE06J0UocNFH/rb1s NNTP-Posting-Date: Mon, 23 May 2011 02:01:43 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="m2vAG/xhjy/avL+WXI9vkThJ+VpASsGoYrmSpmrByW/IwiJC/DbRWYPWwBufUR98C/mMKoEv8w9e8ZlfnoQh4zeBCWa2BzW3iysFLr4rUZL11cfdjghD0K/3kY2PmHO3"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 In-Reply-To: Cancel-Lock: sha1:R3HsqzyKF2Zy8ZF3bKe0WBPMEs0= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4433 On 05/22/2011 08:59 PM, Joshua Cranmer wrote: > On 05/22/2011 08:26 PM, Lawrence D'Oliveiro wrote: >> Why do you think JavaScript/DHTML/AJAX has grown by leaps and bounds, while >> Java, which in some ways was a pioneer of the dynamic Web, has stagnated? > > Why do you insist on bashing Java in a Java newsgroup? > > To be fair, none of the technologies you mention has really made "leaps and > bounds". AJAX, or rather XHR (the underlying technology), itself was specified > several years back and hasn't been modified (to my knowledge) since the > introduction of the cross-origin specifications, which is more or less > incidental to the actual spec. JavaScript itself has had no more fundamental > changes than Java has had. As far as I can see, the only truly new things > (i.e., not present in any implementation for some time) were the introduction > of functional methods to Array, i.e., arr.forEach, arr.filter, etc. > > The only technologies that have really changed are the DOM, in particular the > introduction of , web storage, and ... I think that's about the only > major interoperable new thing. SVG doesn't count since it's been around for > eons, nor does