Top
Introduction
WebObjects is an environment for developing and deploying World Wide Web applications. For development, it provides a scripting language and objects that you use to create web applications. For deployment, it provides a system of interrelated components that connect your WebObjects applications to the Web.
WebObjects gives you all the benefits of object technology. At the same time, it scales to accommodate the complexity of your programming tasks. You can create simple applications without having to compile anything-just implement the logic in scripts. Scripted applications can even access your corporate database. For more complex tasks, you can easily combine WebObjects with your own compiled objects.
- The Ingredients of a WebObjects Application
- Components
- Application Executables
- Connecting to a WebObjects Application
- WebObjects Adaptors
- The WebObjects Application Executable
- Take Values From Request
- Invoke Action
- Generate Response
- Where Things Go
- Summary
First Section