General Java Applet Deployment Considerations

written by: Clain Brand; article published: year 2006, month 08;


In: Root » Computers and technology » JAVA » General Java Applet Deployment Considerations

Dutch French Spanish Portuguese Italian German Japanese Chinese Korean Russian Arabic Bookmark and Share this Article

How you deploy an applet depends on whether users access the Web page through the Internet or an Intranet, and the type of browser they use. Note this information about your users, then follow the general guidelines below.

Deploying Applets on the Internet versus an Intranet

When deploying applets:

  • Use the applet tag if the Web page is accessed through the Internet or if it is accessed through an Intranet in which people use different browsers.

  • Use the object or embed tag if the Web page is accessed through an Intranet and you know which browser people use.

Deploying Applets for Specific Browsers

When deploying applets:

  • For Internet Explorer only, use the object tag.

  • For the Mozilla family of browsers only, use the embed tag.

Disclaimer

1) E-articles is not responsible for the information contained by this article as well for any and all copyright infringements by authors and writers. E-articles is a free information resource. If you suspect this article for any copyright infringement, please read the terms of service and contact us to investigate the problem.
2) E-articles is not responsible for inaccuracies, falsehoods, or any other types of misinformation this article may contain and will not be liable for any loss or damage suffered by a user through the user's reliance on the information gained here.

link to this article