[Fwd: Re: java programs run on web]
-------- Original Message --------
Subject: Re: java programs run on web
Date: Wed, 2 Sep 2009 06:02:53 -0700 (PDT)
From: KeeKee
To: Lew <noone@lewscanon.com>
References:
<5203280e-dc39-4ce3-8362-b5e9614cb93f@r27g2000vbn.googlegroups.com>
<h7ke33$vob$1@news.albasani.net>
On Sep 1, 8:26 pm, Lew <no...@lewscanon.com> wrote:
KeeKee wrote:
What is the latest trends in java [sic] web application? Is it *.jnlp
aplications ?
JNLP applications are really just Java applications, with a Web delivery tool
to get them to a client machine. Unlike other kinds of Java Web applications
JNLP-delivered Java programs don't run on the Web or in a browser, they run
just as regular Java applications. Yes, JNLP is extremely popular (in Java
terms) because it greatly simplifies delivery of Java executables to the
client platform.
The other two kinds of Java "web" applications, or more generally Java
distributed applications, are applets, Java Enterprise Edition (Java EE) apps
like servlets and EJBS, and Jini / Javaspaces sniglets (my word for them, not
the official one).
....
Hi Lew,
I very appreciate that you provide such valuable information. Thank
you very much.
Would you please let me know which books or websites I can start with
JSP and servlets, etc.
Thanks again.
Kee Kee
--
Lew