Productivity
This is the first part of some postings regarding the ObjectContainer and I would like to start with a bit of motivation. Why does the ObjectContainer exist? Because - we felt it is necessary to provide the same OpenAccess runtime environment in all tiers. Ideally, the business logic should not be concerned if it is running in a connected world (where the database can be directly contacted) or in a remote/disconnected tier (where no database can be accessed). The business logic should just find the same API to compile against so that it could be running in both scenarios. This is what the...