invoking a specific version of java over the internet

Y

yawnmoth

According to <http://java.sun.com/j2se/1.5.0/docs/guide/plugin/
developer_guide/using_tags.html>, the applet tag should be used if the
web page is accessed through the internet and object or embed ought to
be used if it's through an intranet. Why?

Later, that article says that if you want to invoke a specific version
of Java that you can do so with either of the intranet tags (using a
specific classid for the object tag or a specific type for the embed
tag), but doesn't say anything about doing it with the applet tag,
making be conclude that, with the applet tag, it's not possible.
 
A

Andrew Thompson

According to <http://java.sun.com/j2se/1.5.0/docs/guide/plugin/
developer_guide/using_tags.html>, the applet tag should be used if the
web page is accessed through the internet and object or embed ought to
be used if it's through an intranet.  Why?

Sun has published a lot of things about applets,
and some of those documents make little sense, so
I will not try to guess what that doc. meant.

Try looking at Sun's latest deployment advice and
see if that clarifies anything for you.
<https://jdk6.dev.java.net/deployment_advice.html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top