Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > WebObjects Developer's Guide


Table of Contents Previous Section

WebObjects Applications

Figure 8 shows that WebObjects applications are made up of components. Components consist of HTML templates, of user-written scripted or compiled class files, and of bindings, which connect the dynamic portions of your components to your action methods and to your business objects.

These components are combined with the WebObjects framework to produce an application executable. When executed, the application process receives incoming requests from the adaptor and responds to them, usually by returning a dynamically-generated HTML page.

Table of Contents Next Section