Creating new Business Objects

Start by learning to understand the basic architecture of the wwBusiness class which is the base of all business objects you will create.

Creating a new instance of a business object involves subclassing the wwBusiness class and setting a few properties in the constructor of the object. There are two ways to create a business object:

Configuration

The wwBusiness object framework requires a little setup for automatic PK generation with SQL Server at least. You'll need to add a stored procedure and a key generation table.


 Last Updated: 12/20/2006 | Send topic feedback