Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.java.programmer > #4433

Re: tools for programming applets

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail
From Lew <noone@lewscanon.com>
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 <ircf67$f9f$1@news.albasani.net> (permalink)
References <028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com> <ir6o3o$uae$2@lust.ihug.co.nz> <ir931a$sod$1@speranza.aioe.org> <alpine.DEB.2.00.1105221433430.31828@urchin.earth.li> <MPG.2842c7a1112317ee98974f@news.justthe.net> <irc9ki$58p$2@lust.ihug.co.nz> <ircbic$g3e$1@dont-email.me>
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 <ircbic$g3e$1@dont-email.me>
Cancel-Lock sha1:R3HsqzyKF2Zy8ZF3bKe0WBPMEs0=
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4433

Show key headers only | View raw


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 <canvas>, 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 <video> since it's actually worthless as no single format will
> be accepted by >75% of the browser market. I'll also leave out CSS changes,
> since most of those are pretty much either pie-in-the-sky experiments or
> attempting to sanely specify what browsers already do.
>
> Now, let me end by pointing out that Java has been able to do all of these
> things for over a decade. That's right, all of these growing "by leaps and
> bounds" is merely trying to get CSS/DOM/HTML up to the same level of support
> that Java has already had since version 1.0. And there are still things that
> Java can do that this approach is having problems with--case in point number
> 1, designing traditional UI (i.e., flexing models for layout). Java doesn't
> need to grow by leaps and bounds because it already is a mature, working
> facility ... unlike the current Web 2.0/3.0 stuff.

To use Lawrence's logic, we should hire him instead of you because your 
knowledge is mature and stable, and not growing as quickly as his presumably 
is at his stage of development as a programmer.  Or, alternatively, we should 
elect an infant as the nation's leader because their brain is growing so much 
faster than a mature adult's.

This leaving out the fallacy that Java has stagnated, a blazingly false 
assertion that Lawrence made with, as is usual for Lawrence, absolutely zero 
evidence cited (as if there were any) or reasoning proffered.

So, Lawrence, care to provide any actual factual or evidentiary basis for your 
apparent attempt to foment a flame war, Lawrence?  We're waiting breathlessly, 
Lawrence.

Aaaany time now, Lawrence.

-- 
Lew
Honi soit qui mal y pense.
http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-20 14:43 -0700
  Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-21 09:57 +1200
    Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-20 18:27 -0400
    Re: tools for programming applets "Richard Maher" <maher_rj@hotspamnotmail.com> - 2011-05-21 08:56 +0800
    Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-20 21:28 -0400
      Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-22 11:11 +1200
    Re: tools for programming applets markspace <-@.> - 2011-05-20 18:31 -0700
    Re: tools for programming applets "Nasser M. Abbasi" <nma@12000.org> - 2011-05-21 12:15 -0700
      Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-22 11:15 +1200
      Re: tools for programming applets Tom Anderson <twic@urchin.earth.li> - 2011-05-22 14:35 +0100
        Re: tools for programming applets Steve Sobol <sjsobol@JustThe.net> - 2011-05-22 08:12 -0700
          Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 12:26 +1200
            Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-22 20:59 -0400
              Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 22:01 -0400
              Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 14:17 +1200
                Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-22 23:34 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 18:44 +1200
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-23 09:13 -0400
                Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-23 10:37 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-24 20:15 +1200
                Re: tools for programming applets Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-05-24 07:04 -0300
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:14 +1200
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-24 08:10 -0400
                Re: tools for programming applets Stanimir Stamenkov <s7an10@netscape.net> - 2011-05-24 16:09 +0300
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-26 11:35 +1200
                Re: tools for programming applets Stanimir Stamenkov <s7an10@netscape.net> - 2011-05-27 00:13 +0300
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 18:50 +1200
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-27 09:55 -0400
                Re: tools for programming applets Michael Wojcik <mwojcik@newsguy.com> - 2011-05-27 11:31 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-28 14:35 +1200
                Re: tools for programming applets Steve Sobol <sjsobol@JustThe.net> - 2011-05-28 12:17 -0700
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-30 03:26 -0700
  Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-20 18:29 -0400
  Re: tools for programming applets markspace <-@.> - 2011-05-20 16:11 -0700
    Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-20 20:12 -0400
      Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-21 09:10 -0700
        Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-21 12:55 -0400
          Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-22 05:18 -0700
            Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 08:37 -0400
            Re: tools for programming applets markspace <-@.> - 2011-05-22 05:58 -0700
              Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 12:34 +1200
                Re: tools for programming applets markspace <-@.> - 2011-05-22 18:11 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 22:06 -0400
                Re: tools for programming applets markspace <-@.> - 2011-05-22 20:26 -0700
                Re: tools for programming applets "John B. Matthews" <nospam@nospam.invalid> - 2011-05-22 21:31 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 14:14 +1200
              Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-23 08:31 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-23 12:08 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:13 +1200
            Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-22 17:39 -0400
        Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-22 15:38 +1200
          Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-22 05:24 -0700
            Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 08:41 -0400
            Re: tools for programming applets markspace <-@.> - 2011-05-22 05:43 -0700
              Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 08:53 -0400
                Re: tools for programming applets markspace <-@.> - 2011-05-22 06:15 -0700
                Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-23 08:38 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-23 12:17 -0400
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-24 05:22 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-24 08:38 -0400
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-24 06:33 -0700
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-25 12:06 +1200
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-26 05:54 -0700
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 00:57 +1200
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-26 09:04 -0400
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-26 06:12 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-26 09:28 -0400
                Re: tools for programming applets Steve Sobol <sjsobol@JustThe.net> - 2011-05-26 14:47 -0700
                Re: tools for programming applets Martin Gregorie <martin@address-in-sig.invalid> - 2011-05-26 13:51 +0000
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-26 07:38 -0700
                Re: tools for programming applets Martin Gregorie <martin@address-in-sig.invalid> - 2011-05-26 15:23 +0000
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:10 +1200
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:11 +1200
                Re: tools for programming applets Martin Gregorie <martin@address-in-sig.invalid> - 2011-05-27 14:47 +0000
                Re: tools for programming applets Steve Sobol <sjsobol@JustThe.net> - 2011-05-24 10:07 -0700
                Re: tools for programming applets markspace <-@.> - 2011-05-23 11:27 -0700
            Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 12:23 +1200
              Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-23 08:50 -0700
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-24 14:45 +1200
                Re: tools for programming applets Andrew Thompson <andrewthommo@gmail.com> - 2011-05-25 03:46 -0700
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:12 +1200
  Re: tools for programming applets Roedy Green <see_website@mindprod.com.invalid> - 2011-05-21 09:31 -0700
  Re: tools for programming applets "Richard Maher" <maher_rj@hotspamnotmail.com> - 2011-05-22 08:05 +0800
    Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-22 05:30 -0700
      Re: tools for programming applets markspace <-@.> - 2011-05-22 06:05 -0700
  Re: tools for programming applets Silvio <silvio@moc.com> - 2011-05-24 12:30 +0200
    Re: tools for programming applets Michael Wojcik <mwojcik@newsguy.com> - 2011-05-26 14:29 -0400
  Re: tools for programming applets Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-05-26 16:37 +0000

csiph-web