Top
Writing WebScript in WebObjects Builder
WebScript is WebObject's scripting language, which you can use to write your application's logic. You can write all or a portion of your application in WebScript.
The topics listed here describe how to create WebScript in WebObjects Builder.
- Variables
- Creating
Deleting
Application, Session, and Component Variables
- Classes
- Creating
Creating by Grouping
Deleting
- Methods
- Creating
Deleting
Error Checking
Standard Methods You May Want to Implement
Setting the Style Preference
- Database Access
- Creating a WODisplayGroup
Setting Up a WODisplayGroup
WODisplayGroup, EOEditingContext, and Enterprise Objects
Common WODisplayGroup Methods
- WebObjects Builder Windows
- The Object Browser
The Script Window
To learn how to write a WebObjects application in general, read the WebObjects Developer's Guide. In particular, see the "Using WebScript" chapter, which describes WebScript syntax.
First Section