Getting Started with eQ!
This document should help you in getting started using eQ!. It will
provide you with a step-by-step walkthrough of how to create a business object
and configure eQ! to use that business object as well as some example
code of how to utilize eQ! from a client perspective.
- Code our business objects
- Setup config file for persistence
- Setup config file for a BusinessObjectSet (a collection container for
our business object)
- Setup config file for retrieving the BusinessObjectSet
- Create a script to invoke the persistence layer
- Show some generic client code examples
- Summary
Next: Code the business object