Documentation Archive Developer
Search
Table of Contents Previous Section

Frameworks

The following table lists the frameworks Project Builder includes in a WebObjectsApplication project. These are the frameworks that your program is linked with when you build. They must be included no matter what language you're using.

Framework Contains
WebObjects

Contains the WebObjects classes.

Foundation

Contains the NeXT root class (NextObject or NSObject), plus other basic object classes that most applications use.

EOAccess

Contains the Enterprise Objects Access Layer. You need this framework only if you are writing a database application or if you are writing any WebObjects application that runs on Windows NT.

EOControl

Contains the Enterprise Objects Control Layer, which is the bridge between the database access layer and the interface layer. You need this framework only if you are writing a database application.

Table of Contents Next Section