PATH  WebObjects 4.0 Documentation > JavaClient Tutorial

Creating a Java Client WebObjects Application

Previous | Back Up One Level | Next

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.

Previous | Back Up One Level | Next