Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #4375
| From | "Qu0ll" <Qu0llSixFour@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| References | <ir3m9d$497$1@dont-email.me> <BfednXyP-ZZ4SEjQnZ2dnUVZ_j-dnZ2d@giganews.com> <ir4om1$qeh$1@speranza.aioe.org> |
| Subject | Re: New in Java 7: JLayer |
| Date | 2011-05-21 11:26 +1000 |
| Message-ID | <1PKdnV9XXeKKiErQnZ2dnUVZ_jidnZ2d@westnet.com.au> (permalink) |
"Nasser M. Abbasi" wrote in message news:ir4om1$qeh$1@speranza.aioe.org... <snip> > What I do not understand is how would doing the whole GUI in > Javascript, running inside the browser, would be any better or > different than say using Java applets, which is also a GUIcode > running inside the browser. <snip> I am one of applets' greatest advocates so I entirely agree with you. Applets provide a much more powerful programming environment than JavaScript ever will but have the one drawback of requiring the user to have a JRE installed on their machine. Some see this as a significant problem and it does prevent them from running on platforms where Java will never be available such as iOS. However, it's very easy to install a JRE on the fly (except on said platforms) and support for applets will be much better when the new Plugin3 architecture is released later this year. Start-up times will be significantly faster and the new version of JavaFX (2.0) is looking impressive which will just be a Java API. I love applets and believe they are the most underutilised deployment platform for Java in the history of the language. And loving it, -Qu0ll (Rare, not extinct) _________________________________________________ Qu0llSixFour@gmail.com [Replace the "SixFour" with numbers to email me]
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
New in Java 7: JLayer markspace <-@.> - 2011-05-19 11:07 -0700
Re: New in Java 7: JLayer Lew <noone@lewscanon.com> - 2011-05-19 15:37 -0400
Re: New in Java 7: JLayer Tom Anderson <twic@urchin.earth.li> - 2011-05-20 00:56 +0100
Re: New in Java 7: JLayer Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-05-19 22:29 +0200
Re: New in Java 7: JLayer jebblue <n@n.nnn> - 2011-05-19 21:45 -0500
Re: New in Java 7: JLayer "Nasser M. Abbasi" <nma@12000.org> - 2011-05-19 20:54 -0700
Re: New in Java 7: JLayer jebblue <n@n.nnn> - 2011-05-20 18:17 -0500
Re: New in Java 7: JLayer "Qu0ll" <Qu0llSixFour@gmail.com> - 2011-05-21 11:26 +1000
Re: New in Java 7: JLayer "Richard Maher" <maher_rj@hotspamnotmail.com> - 2011-05-22 15:05 +0800
Re: New in Java 7: JLayer Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-22 19:32 +1200
Re: New in Java 7: JLayer Lew <noone@lewscanon.com> - 2011-05-22 07:44 -0400
Re: New in Java 7: JLayer Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-22 19:31 +1200
Re: New in Java 7: JLayer Lew <noone@lewscanon.com> - 2011-05-22 07:48 -0400
csiph-web