Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Creating a Java Client Application: A Tutorial

   

Server Files

The server-side project files are, as usual, accessible from the first column of the project browser (the main project). Most notable of these is the Main component (Main.wo) in the WebComponents suitcase. The Main.html file contains this generated HTML code:

<HTML>
<HEAD>
  <TITLE>Main</TITLE>
</HEAD>
<BODY>
  <CENTER><WEBOBJECT NAME=Applet></WEBOBJECT></CENTER>
</BODY>
</HTML>

The WOJavaClientApplet Component

Other Server Files


© 1999 Apple Computer, Inc. – (Last Updated 13 Sep 99)