Frameworks
A framework is a collection of classes and resources that an application can use. By storing items such as components and images in frameworks, you can reuse them in multiple projects without having to create multiple copies.Every WebObjects Application project includes several frameworks by default. When you build, your application links with these frameworks. They are:
- WebObjects: The basic WebObjects classes.
- WOExtensions: Extensions to the WebObjects framework.
- Foundation: Basic object classes that most applications use.
- EOAccess: The Enterprise Objects Access Layer.
- EOControl: The Enterprise Objects Control Layer.
- Double-click Frameworks in the first column of the browser.
- In the Add Frameworks panel that appears, select a framework to add and click Open.
Frameworks are generally installed in the directory NeXT_ROOT/NextLibrary/Frameworks.
- Choose Project New.
- Select WebObjectsFramework from the pop-up menu.
- Select the path where you want to create the framework.
Libraries
The Libraries suitcase contains libraries that your application links to. Non Project Files
The Non Project Files suitcase is used for files that you have opened that aren't part of the current project.
Table of Contents Next Section