The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Trail: Deployment
Lesson: Applets

Deploying Applets

This section explains to HTML authors how and when to use the applet, object, and embed tags to add Java applets to Web pages, and provides guidelines for deploying applets on the Internet and Intranets, and for use with different browsers.

General Deployment Considerations (in the Deployment trail)

This section discusses deploying applets for different browsers and on the Internet vs. an Intranet.

Using the applet Tag (in the Deployment trail)

You use the applet tag to deploy applets to a multi-browser environment.

Using the object Tag (in the Deployment trail)

You use the object tag to deploy applets that are to be used only with Internet Explorer.

Using the embed Tag (in the Deployment trail)

You use the embed tag to deploy applets that are to be used only with the Mozilla family of browsers.

Deploying Applets in a Mixed-Browser Environment (in the Deployment trail)

This section explains how to use HTML or JavaScript to deploy applets in a mixed-browser environment.

Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.