Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #15242 > unrolled thread

applets

Started bybob smith <bob@coolfone.comze.com>
First post2012-06-13 07:54 -0700
Last post2012-06-17 18:38 -0400
Articles 13 — 8 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  applets bob smith <bob@coolfone.comze.com> - 2012-06-13 07:54 -0700
    Re: applets Knute Johnson <nospam@knutejohnson.com> - 2012-06-13 08:07 -0700
    Re: applets markspace <-@.> - 2012-06-13 08:30 -0700
      Re: applets Knute Johnson <nospam@knutejohnson.com> - 2012-06-13 21:43 -0700
      Re: applets Arne Vajhøj <arne@vajhoej.dk> - 2012-06-17 18:40 -0400
      Re: applets Arne Vajhøj <arne@vajhoej.dk> - 2012-06-17 18:44 -0400
    Re: applets "Nasser M. Abbasi" <nma@12000.org> - 2012-06-14 01:39 -0500
    Re: applets Roedy Green <see_website@mindprod.com.invalid> - 2012-06-14 01:00 -0700
      Re: applets Lew <noone@lewscanon.com> - 2012-06-14 03:08 -0700
        Re: applets Roedy Green <see_website@mindprod.com.invalid> - 2012-06-16 17:28 -0700
      Re: applets David Lamb <dalamb@cs.queensu.ca> - 2012-06-14 10:09 -0400
        Re: applets Roedy Green <see_website@mindprod.com.invalid> - 2012-06-16 17:32 -0700
    Re: applets Arne Vajhøj <arne@vajhoej.dk> - 2012-06-17 18:38 -0400

#15242 — applets

Frombob smith <bob@coolfone.comze.com>
Date2012-06-13 07:54 -0700
Subjectapplets
Message-ID<d104b5c3-bc34-4dcc-b37e-006cf8a62154@googlegroups.com>
Do any serious Java developers still work on applets?  Or are they pretty much dead?

[toc] | [next] | [standalone]


#15243

FromKnute Johnson <nospam@knutejohnson.com>
Date2012-06-13 08:07 -0700
Message-ID<jraab1$ub8$1@dont-email.me>
In reply to#15242
On 6/13/2012 7:54 AM, bob smith wrote:
> Do any serious Java developers still work on applets?  Or are they pretty much dead?

I don't know if they are serious but there are still lots of Java 
Applets being created and deployed.

-- 

Knute Johnson

[toc] | [prev] | [next] | [standalone]


#15246

Frommarkspace <-@.>
Date2012-06-13 08:30 -0700
Message-ID<jrabmk$84l$1@dont-email.me>
In reply to#15242
On 6/13/2012 7:54 AM, bob smith wrote:
> Do any serious Java developers still work on applets?  Or are they
> pretty much dead?


I like Knute's answer.  Applets seem to be used occasionally, where 
nothing else will do.  However it seems to me the deployment to users 
mechanism is still kinda clunky, and therefore applets tend to be 
avoided.  Applets are still heavyweight relative to alternatives like 
Flash, HTML5 and JavaScript.  They boot more slowly, and therefore are 
perceived to provide a lesser user experience.


[toc] | [prev] | [next] | [standalone]


#15267

FromKnute Johnson <nospam@knutejohnson.com>
Date2012-06-13 21:43 -0700
Message-ID<jrbq61$ukh$1@dont-email.me>
In reply to#15246
On 6/13/2012 9:09 AM, Stefan Ram wrote:
> markspace <-@.> writes:
>> However it seems to me the deployment to users mechanism is
>> still kinda clunky, and therefore applets tend to be avoided.
>
>    I never understood the decline of applets. Last time I
>    asked, I was told IIRC that the problems had to do with
>    upward or downward compatibility. (Possibly some old applets
>    were not running with newer Java versions?) But IIRC no one
>    did mention the deployment. So I get the impression that it
>    is not really obvious what the actual problem with applets
>    is. Recently some security problems with Java made it into
>    the press. So nowadays one might even give this as a reason.
>
>    To me, the problems are more in the realm of HTML
>    integration: Applets usually have a fixed size like an
>    image, while HTML documents are free size. People want to
>    script the HTML doc model and while this is possible with a
>    Java applet using a JavaScript interface layer it is not
>    directly supported. Java Applets instead should have direct
>    support for a HTML document as their primary user interface,
>    even to the point where for output of graphics embedded
>    pictures (for example GIF images) are created on the fly.
>
>    On could still start to do this today with HTML 5. All
>    that is done today with JavaScript should also be possible
>    with Java.
>

Isn't that a lot of the stuff that JavaFX is supposed to do?

-- 

Knute Johnson

[toc] | [prev] | [next] | [standalone]


#15365

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-06-17 18:40 -0400
Message-ID<4fde5cea$0$290$14726298@news.sunsite.dk>
In reply to#15246
On 6/13/2012 11:30 AM, markspace wrote:
>  However it seems to me the deployment to users
> mechanism is still kinda clunky, and therefore applets tend to be
> avoided.  Applets are still heavyweight relative to alternatives like
> Flash, HTML5 and JavaScript.  They boot more slowly, and therefore are
> perceived to provide a lesser user experience.

That is certainly a common perception.

But I am not convinced that there is so much reality behind it.

Arne


[toc] | [prev] | [next] | [standalone]


#15366

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-06-17 18:44 -0400
Message-ID<4fde5dc2$0$293$14726298@news.sunsite.dk>
In reply to#15246
On 6/13/2012 12:09 PM, Stefan Ram wrote:
> markspace <-@.> writes:
>> However it seems to me the deployment to users mechanism is
>> still kinda clunky, and therefore applets tend to be avoided.
>
>    I never understood the decline of applets. Last time I
>    asked, I was told IIRC that the problems had to do with
>    upward or downward compatibility. (Possibly some old applets
>    were not running with newer Java versions?) But IIRC no one
>    did mention the deployment. So I get the impression that it
>    is not really obvious what the actual problem with applets
>    is. Recently some security problems with Java made it into
>    the press. So nowadays one might even give this as a reason.
>
>    To me, the problems are more in the realm of HTML
>    integration: Applets usually have a fixed size like an
>    image, while HTML documents are free size. People want to
>    script the HTML doc model and while this is possible with a
>    Java applet using a JavaScript interface layer it is not
>    directly supported. Java Applets instead should have direct
>    support for a HTML document as their primary user interface,
>    even to the point where for output of graphics embedded
>    pictures (for example GIF images) are created on the fly.
>
>    On could still start to do this today with HTML 5. All
>    that is done today with JavaScript should also be possible
>    with Java.

I think the reasons are:
1) Fashion - Java applets are not fashionable today.
2) Lack of need today:
      - for simple menus etc. HTML/CSS/JS works fine so no need for
        a plugin at all
      - for fancy graphical stuff Flash/Flex and SL are simply considered
        better (JavaFX came very late)
    so that laves relative little for Java applets

Arne


[toc] | [prev] | [next] | [standalone]


#15268

From"Nasser M. Abbasi" <nma@12000.org>
Date2012-06-14 01:39 -0500
Message-ID<jrc0v8$vso$1@speranza.aioe.org>
In reply to#15242
On 6/13/2012 9:54 AM, bob smith wrote:
> Do any serious Java developers still work on applets?  Or are they pretty much dead?

I now use Mathematica to make applets.

These are written in Mathematica though, not Java.

They run in the browser, and need a plugin installed (like
with Java).  there are now 8,000 applets at this site to run

http://demonstrations.wolfram.com/

I've written applets in Java, and I found that it is easier/faster
for me to make an applet using Mathematica than with Java.

There is really limited options for make applets that
run in the browser. The ones I know about are:

1. Java applets
2. Mathematica
3. Flash
4. HTML5-Javascript
5. JavaFx
6. Microsoft Silverlight

--Nasser

[toc] | [prev] | [next] | [standalone]


#15270

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-06-14 01:00 -0700
Message-ID<de6jt750t1ppkciimfm5snd0qrumq53kc9@4ax.com>
In reply to#15242
On Wed, 13 Jun 2012 07:54:47 -0700 (PDT), bob smith
<bob@coolfone.comze.com> wrote, quoted or indirectly quoted someone
who said :

>Do any serious Java developers still work on applets?  Or are they pretty much dead?

The advantage is people can play with them without any commitment to
install.  They require no skill to use.  You just start clicking. You
would be amazed how many people who call themselves Java programmers
cannot unzip a jar and run it.
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.

[toc] | [prev] | [next] | [standalone]


#15272

FromLew <noone@lewscanon.com>
Date2012-06-14 03:08 -0700
Message-ID<jrcd76$5fh$1@news.albasani.net>
In reply to#15270
Roedy Green wrote:
> bob smith wrote, quoted or indirectly quoted someone who said :
>> Do any serious Java developers still work on applets?  Or are they pretty much dead?
>
> The advantage is people can play with them without any commitment to
> install.  They require no skill to use.  You just start clicking. You
> would be amazed how many people who call themselves Java programmers
> cannot unzip a jar and run it.

Or run it without unzipping it.

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

[toc] | [prev] | [next] | [standalone]


#15340

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-06-16 17:28 -0700
Message-ID<t49qt7lcu19o8f748vprt7uojsv8bqmbqi@4ax.com>
In reply to#15272
On Thu, 14 Jun 2012 03:08:41 -0700, Lew <noone@lewscanon.com> wrote,
quoted or indirectly quoted someone who said :

>> cannot unzip a jar and run it.
>
>Or run it without unzipping it.

what I meant was unzip a bundle including an executable jar.
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.

[toc] | [prev] | [next] | [standalone]


#15278

FromDavid Lamb <dalamb@cs.queensu.ca>
Date2012-06-14 10:09 -0400
Message-ID<jrcrap$9tk$1@dont-email.me>
In reply to#15270
On 14/06/2012 4:00 AM, Roedy Green wrote:
> On Wed, 13 Jun 2012 07:54:47 -0700 (PDT), bob smith
> <bob@coolfone.comze.com>  wrote, quoted or indirectly quoted someone
> who said :
>> Do any serious Java developers still work on applets?  Or are they pretty much dead?
>
> The advantage is people can play with them without any commitment to
> install.  They require no skill to use.  You just start clicking.

You can "just start clicking" with Java Web Start as well, as long as 
you've installed a Java implementation. ISTR that Sun introduced JWS in 
part because browser implementations of Java (as used by applets) 
weren't keeping up with changes and at the time in particular often 
didn't have any of the javax.* packages.

[toc] | [prev] | [next] | [standalone]


#15341

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-06-16 17:32 -0700
Message-ID<o69qt7ld3s9eaolb7o17jbnmtlb5g8u3nv@4ax.com>
In reply to#15278
On Thu, 14 Jun 2012 10:09:27 -0400, David Lamb <dalamb@cs.queensu.ca>
wrote, quoted or indirectly quoted someone who said :

>
>You can "just start clicking" with Java Web Start as well, as long as 
>you've installed a Java implementation. ISTR that Sun introduced JWS in 
>part because browser implementations of Java (as used by applets) 
>weren't keeping up with changes and at the time in particular often 
>didn't have any of the javax.* packages.

The fool JRE does not install JWS properly, putting links to javaw.exe
in the browsers and setting up an association.  This is a roadblock to
newbie use.

The other problem is the user has to wait while a new JVM loads.

The big advantage is you run outside the browser.  So it works without
interference or tweaking. It also slickly handles JNI for you, even
better than a standalone app. It also handles auto-updates.

I wish Oracle would fix up that install problem, then JWS could really
take off.

-- 
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.

[toc] | [prev] | [next] | [standalone]


#15364

FromArne Vajhøj <arne@vajhoej.dk>
Date2012-06-17 18:38 -0400
Message-ID<4fde5c83$0$290$14726298@news.sunsite.dk>
In reply to#15242
On 6/13/2012 10:54 AM, bob smith wrote:
> Do any serious Java developers still work on applets?  Or are they pretty much dead?

Applets are still used but are relative rare.

Modern HTML/CSS/JS can do a lot.

If that is not sufficient then both Flash/Flex and Silverlight
seems to be preferred by most.

But if you like Java, then applets is certainly still a possibility.

And in fact they may survive both Flash/Flex and Silverlight as
Adobe and MS are focusing on HTML5 now.

Arne


[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web