Each component's code specifies the component's behavior. Each component is actually a subclass of WOComponent. This class has standard methods (such as awake and init) that you may want to override (see WebObjects Developer's Guide for more information on these methods). You can also write your own methods and bind them to dynamic elements in your component (see "Working With Dynamic Elements", as well as the Dynamic Elements Reference, for information on binding dynamic elements).
In addition to the component's code, each project has an application code file (Application.java, Application.m, or Application.wos) and a session code file (Session.java, Session.m, or Session.wos). These files implement your applications custom subclasses of WOApplication and WOSession.
Regardless of the language you select, all source code for classes appear in the Classes suitcase. On disk, they are located at the top level of the project directory.
Save.
Table of Contents
Next Section