★ wanayoo — archive 1999 http://javaboutique.internet.com/articles/java_for_the_webmaster_6.htmlNouvelle recherche | Portail wanayoo
internet.com logo The Java Boutique
WebReference.com HTML (sample)

Text (sample)
Free HTML Newsletters
 APPLETS
by Category
by Date
by Name
Hall of Fame
Archive
Submit
Source Code
Servlets
 ARTICLES
Tutorials
Reviews
Glossary
 FORUM
FAQ
Users Poll
Discussion Group
Contact Us
 OTHER RESOURCES
Custom Applets
Java@Work
Java News
Jini Watch
Top Searches
chat - counter
menu - countdown

Get Ranked Higher on Search Engines
internet.com
Internet News
Internet Stocks/VC
Internet Technology
Windows Internet Tech.
Linux/Open Source
Web Developer
E-Commerce/Marketing
ISP Resources
Downloads
Internet Resources
Internet Lists
International

Search internet.com
Advertising Info
Corporate Info
Internet Trade Shows

internet.commerce
Be an Affiliate
Be a Partner
Software Store
Computer Help
Register a Domain
Be Domain Registrar
e-solutions
Internet Jobs
A/V Network
Map Your Website
Rent E-mail Lists
Bookstore
Press Release dist.
Sell Ad Space
Internet Research
Venture Capital
Web Publishing
Build Your Intranet
Expert Tech Advice
Get e-Biz Intell.
Content for Websites

WebDeveloper Network
BrowserWatch
Developer Forums
Developer News
JavaBoutique
JavaScriptSource
ScriptSearch
SearchEngineWatch
StreamingMediaWorld
The WDVL
WebDeveloper.com
WebDevelopersJournal WebReference.com
The XML Files

Get Ranked Higher on Search Engines

JavaBoutique: Articles: Webmasters:

Contents
Introduction
Speed
Navigation
Games
Text Effects
Getting the Class Files
Testing the Applet
Troubleshooting
In Conclusion

Java for the Webmaster: All Gain No Pain

Getting the class files

You can tell if you need to unzip the files by looking at the source code for the demo Web page. If it refers to an "archive" file, then you may leave it compressed. If it does not, then you will have to manually unzip the file. We mention the use of archives, which are called jar or zip files, because the newest release of the JVM that is included with the 4+ Web browsers allows developers to store the class files in a compressed format such as JAR or ZIP. This makes the download much faster, and to the end-user, this is done transparently.

As a side note, an alternative to using the supplied class files would to download the Java source code and compile it yourself. You can do this using the Java compiler that is included with the Java Developers Kit from Sun Microsystems. This can be obtained directly from their Web site for free. The use of the Java Developer's Kit requires a greater explanation than can be covered here, but suffice it to say that if you know how to use it, compiling an applet will not be a problem.

If you don't have access to Sun's JDK compiler, you could always use the Java Boutique's online Java Compiler Service, which makes the compiled class files available as either a zipped file, or a standard class file.

Once you're finished downloading or compiling the class file or files, you must place it into the appropriate directory. Place the applet file or files into the path that is indicated in the CODEBASE portion of the APPLET tag, or the directory of your HTML document if no CODEBASE is specified. If the Applet requires image and/or sound files (generally .gif, .jpg, and .au files), place them in the appropriate directories as indicated on the applet demo page.

The next step is to make a note of the HTML source code for the applet. If the applet comes from the Java Boutique, the HTML source is included on the applet page. Simply copy the syntax into your HTML document. You can do this by cutting and pasting the applet's HTML code from the JB page to your own page. To do this you simply highlight the code by holding down your mouse button and dragging your mouse across the text you wish to select. Then you right click with your mouse, and select "copy." Click within the code of your Web page where you want the applet to appear (in the code, not on the page) then right click again and select "Paste." There's not much to it. (For additional information about cutting and pasting, check out this article).

NEXT


This article first appeared in October, 1998


New on the Java Boutique:

New Article:
Cracking the HTML Persistence Barrier
Two Completely New Methods. A Java program frees itself from the launching page, persists forever, and breaks into Javascript on every following page. Lane Friesen breathes new life into client-side Java.
... [more Articles]

New Tutorial:
Java Networking Part 3:
First Servlets
Basic servlet structure, compiling and invoking the servlet, a simple servlet generating HTML, and some simple HTML utilities for servlets.
... [more Tutorials]

Year in Review:
The Best of 1999
Y2K has come and gone and now we have a chance to look back over the past year. In 1999 we posted over 250 applets, servlets, applications, and tools. In this list are the 24 most popular apps from 1999.
... [popular applets]

New on internet.com:

WebReference:
Extreme HTML Optimization
Bungee jumping become boring? Sky surfing going stale? Have we got the extreme sport for you - Extreme HTML Optimization (EHO). As yet unrecognized by the International Olympic Committee, EHO is nevertheless the sport of wily Webmasters worldwide.

WebDevelopersJournal:
Converting XML to HTML using XSL
To view an XML document you need to format or style it. In practice, this often means converting the XML file to HTML. Our detailed guide takes you through document conversion using XSL.

WDVL:
A Look at the Web Development World Ahead
As we begin a new millennium, a new era in Web development is also beginning. Making predictions is dangerous in this business, but it seems clear that important changes in the way we use and design Web sites are underway.

www.searchenginewatch.com

Copyright 1999-2000 internet.com Corp.
All Rights Reserved. Legal Notices.