Documentation Archive Developer
Search
WebObjects Library

Getting Started

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.

For an introduction to what WebObjects is and how to use it, follow this three step process:

    Preface

  1. Creating a Simple WebObjects Application

  2. Enhancing a WebObjects Application

  3. Creating a WebObjects Database Application