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

   

Manual Adjustments to Java Client Projects

You should always use the Java Client wizards if you can because the files that they generate have characteristics that are important for Java Client applications. These files have various dependencies and assumptions, which you must know about if you decide to create them manually.

A typical .wod file for a web component using a WOJavaClientApplet looks like this:

Applet: WOJavaClientApplet {
   height = 567;
   width = 695;
   interfaceControllerClassName = "movie.client.Movie";
   useJavaPlugin = NO;
}


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