ObjectExtender User's Guide and Reference


Writing your own services

If you are not using a relational database to persist your object model, you need to write your own data services. However, you can still use the code generation services to create code stubs that you can complete according to your data store requirements. After you have defined your object model, you can generate the stub service classes.

  1. From the Model Browser, select your model and then select Generate.
  2. In the Generation SmartGuide, select Data Service Classes and Interfaces and press Next.
  3. Select Stub Schema.
  4. Provide a package name where the stub service classes should be generated and press Finish.

    Stub classes will be created for your Data Store, Data Object, and Service Object.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]