

Other Useful Documentation
If you're new to WebObjects programming, begin by reading the book Getting Started With WebObjects. It contains tutorials that teach the mechanics of creating a WebObjects application as well as the basic concepts behind WebObjects.If you want to write an application that accesses a database, you'll need to use Enterprise Objects in conjunction with WebObjects. And although database access is covered in the tutorials in Getting Started With WebObjects, you'll probably also want to read the Enterprise Objects Framework Developer's Guide for more in-depth information.
Other valuable information can be found online. To access online documentation, use the WebObjects Home Page. The WebObjects Home Page is in your web server's document root, and you can access it at this URL:
http://localhost/WebObjects/Documentation/WOHomePage.htmlIn particular, WOHomePage's Documentation link gives you access to some books that are available only online:
- WebObjects Tools and Techniques describes the development tools WebObjects Builder and Project Builder and shows how to use them to create WebObjects applications.
- Serving WebObjects describes how to administer and deploy WebObjects applications after you've written them.
- The WebObjects Class Reference provides a complete reference to the classes in the WebObjects framework. Reference material is provided for both the Java and Objective-C languages.
- The Dynamic Elements Reference documents the dynamic elements provided with WebObjects and shows examples of how to use them.
- The Client-Side Applet Controls Reference lists and describes the client-side Java components provided with WebObjects.